2 posts / 0 new
Last post
batch insert failed
I get the following error " BATCHED INSERTFAILED:Packet for query is too large (19835789 > 1048576)" . What should be done?
You voted 5. Total votes: 2491

I would assume your row is not 1908435 bytes long so it would have to be the batch size in total. If your rows were smaller you could have the same number of rows, but I would assume it easier to reduce the number of rows in your batch, or do what it suggests which is to increase the limit. Or Reduce the Reader batch size and try out the sync .

You voted 1. Total votes: 1221