is there a Batch size limit?
I am currently running a for loop to add insert commands to the batch queue. At first i tried adding all 5000+ records the the batch queue but everything fails. I limited the number of records to 100 and it works.
Is there another way of adding a large number of records?
1 Reply
genetic-orange•11mo ago
Hey! Do you mind sharing more details? I'm guessing you're using the Neon serverless driver?