How does Jooq handle batches that have grown too large for the underlying database? Will Jooq internally split the batches into multiple batches at execute time? Also, is it possible to iterate through the batch to split it manually? Currently our batch sizes are variable, and I've basically added statements to check the size of the batch while adding and if they look too big, to execute the batch and start a new one. It would be nice not to have to do this, but I'm unsure of the underlying behavior with very large batches.
Thanks. -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
