【TiDB Usage Environment】Production Environment / Testing / PoC
【TiDB Version】
【Reproduction Path】What operations were performed that led to the issue
【Encountered Issue: Does tidb-lightning support importing data from one table into another table multiple times to achieve multiple data copies?】
【Resource Configuration】
【Attachments: Screenshots / Logs / Monitoring】
Something like this, right? The original table has more than 3 million records, and I want to copy it three times and import it into a new table. Can this be achieved through dumping and importing with tidb-lightning?
The inserted data is the same. Inserting 100 rows at a time by ID will report “Transaction is too large, size: 104857616.” I don’t know if this is a default TiDB setting limit. If so, can it be modified by changing the default configuration?