Thank you very much.
This issue is fixed on GitHub master, btw:
https://github.com/jOOQ/jOOQ/issues/3909
It will be merged to 3.5.2, 3.4.5, and 3.3.5

2015-01-09 8:21 GMT+01:00 Robert DiFalco <[email protected]>:

> I will try to put one together tomorrow morning PST. I could very well be
> doing something wrong.
>
> Sent from my iPhone
>
> On Jan 8, 2015, at 11:15 PM, Lukas Eder <[email protected]> wrote:
>
>
>
> 2015-01-09 1:03 GMT+01:00 Robert DiFalco <[email protected]>:
>
>> I just did a little performance testing.
>>
>> FWIW, using Record is about 100ms per query slower than ResultSet.
>>
>> But worse yet using DSLContext is about 250ms slower than raw Connection
>> for a simple joined query. For Hibernate/JPA, using a NamedNativeQuery is
>> about the same time as using a raw JDBC connection and about 300ms faster
>> than JOOQ.
>>
>
> For a single query? That would be extremely surprising, or perhaps,
> specific to a particular API usage that might be out of the ordinary. It
> would be interesting to see this in action with a sample project...
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "jOOQ User Group" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jooq-user/nPsO0HFQ-rg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>
>  --
> 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.
>

-- 
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.

Reply via email to