Thanks for your answer. The problem i'm trying to solve is that application i have will, in some cases, have to insert 1000 rows at once. Every 10 seconds. While using JDBC i discovered that calling "insert" 1000 times separately (even though each insert takes about 1ms) is way slower than jamming 1000 in-params into a single "insert" call.
-- 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.
