Serialization of Records

2018-11-01 Thread alamothe
Hi Lukas,
First of all, thank you for a great library, as well as answering all my 
previous questions :-) 

I have a question about serialization. When a record is serialized, what 
exactly does the serialized data include?
Is it only row-level data such as field values? Or also table schema? Or 
even more?

My use case is that I'd like to serialize query result (a list of records) 
to Memcache. Ideally, I only want row-level data to be serialized, as 
Memcache will be read by the same binary.
Should I instead go a different route, perhaps work with POJOs instead of 
Records?

Thanks,
Nikola

-- 
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 jooq-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: jOOQ Result query overhead

2018-11-01 Thread Lukas Eder
Also for the record, the JDK issue is now reported:
https://bugs.openjdk.java.net/browse/JDK-8213243

On Friday, October 26, 2018 at 5:10:04 PM UTC+2, Lukas Eder wrote:
>
> For the record, #7986 is now fixed for jOOQ 3.12 and will be backported. I 
> could achieve significant speedups when parsing OffsetDateTime manually, 
> rather than through the OffsetDateTime.parse() method
>>
>>

-- 
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 jooq-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.