Object serialization in ValueJavaObject

2012-06-15 Thread Sergi Vladykin
Hi Thomas, I use embedded in-memory database and want to avoid java object values serialization/deserialization. Also this will give us natural ability to sort rows by Comparable field. I understand that in general this is incorrect and insecure but what do you think if we'll add some special

Re: Error: Unknown data type on from-select-from-select... statement

2012-06-15 Thread joseaio
Rami, I think that problem is "inverted" convert as Thomas says here I sure that exist another point on code where expect normal convert function ("inverted" convert is mandatory

Re: Missing LOB issue

2012-06-15 Thread Noel Grandin
On 2012-06-15 09:54, Eoin Byrne wrote: It looks like we will have to turn MVCC back on because we are now hitting a large number of table lock timeouts but thats going to reintroduce the DB file growth issue. I know this feature is experimental but I guess my question is how experimental is

Re: Missing LOB issue

2012-06-15 Thread Eoin Byrne
We tested a change last night which broke up the select * on the lob table to select in batches of 1000 entries and it seems to have fixed the "Missing LOB" error. There were no "DB closed" errors either. Because the problem seems intermittent that's no guarantee that the issue has been fixed but