I have a QLDB ledger and it's full of tables now. There are a lot of InActive tables and because of these tables, I cannot create more tables because there is a limit of 40 tables per ledger.
Now for this, I need to transfer this ledger data to another. I was trying to achieve this by accessing both ledger drivers inside one node.js file and reading from one table then transferring data one by one to the other ledger's table.
Now there is also a limit of 40 documents within a transaction. So I was wondering if there was a way to do this easily. Because most Databases have a backup option.
I tried searching but couldn't find anything