Hello everybody I did some performance checks for batch operations. I am using the batchInsert() method to insert a large amount of records which took considerably more time than other persistence managers took. So I stepped into the code and found something in BatchCRUD::executePrepared which looks kind of suspicious to me: allthough I passed solely new records of the same type (resulting in identically structured insert statements), every record runs into the QueryCollectorSignal exception. Looks like an unexpected behaviour which in turn may slow down the execution time of the batch operation.
Maybe some expert finds the time to have a look if there is actually a defect present - or if I just outed myself as a silly rookie ;-) Regards, Jan -- 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.
