When I was using Sqoop to write data into TiDB in batches, I ran into the following error:
java.sql.BatchUpdateExecption:statement count 5001 exceeds the transaction limitation
I configured the --batch
option already, but this error still occurred. How to resolve this error?