I'm just doing an investigation into JOOQ performance with lots of small queries on an embedded database. I was wondering if anyone else has got any experience on JOOQ overhead in constructing queries and inserting results into "Record" objects or POJOs.
I expect the .into() operation could be quite expensive as it needs to use reflection to work out what to do with the class. And it appears to be quite a complicated algorithm. Anyway, I'll post some findings. I just wanted to see if anyone else had any experience or data for this use case. Thanks, Ryan -- 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/groups/opt_out.
