Hi Thomas,
Please find the following details.
Database URL:
jdbc:h2:file:var/cache/10020/h2/mydb;LOG=0;LOCK_MODE=0;UNDO_LOG=0;FILE_LOCK=NO;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;MAX_MEMORY_ROWS=100;MAX_OPERATION_MEMORY=100;
Database version : 1.4.186 (same is used for creating database).
Thanks,
Suresh
On Thursday, April 16, 2015 at 9:37:32 PM UTC+5:30, Thomas Mueller wrote:
>
> Hi,
>
> Could you tell us, what database URL and what options do you use? Which
> version was the database created with?
>
> Regards,
> Thomas
>
>
> On Thu, Apr 16, 2015 at 9:05 AM, Noel Grandin <[email protected]>
> wrote:
>
>> There are various possibilities:
>>
>> (1) Don't use SET LARGE_TRANSACTIONS TRUE
>>
>> (2) Very large result sets i.e. more than 100000 bytes, which you could
>> workaround by increasing the MAX_OPERATION_MEMORY setting
>>
>> (3) Reading BLOBs from the database for which I don't have a workaround.
>>
>> Honestly, based on various bugreports floating around the webm it looks
>> like the only long-term solution is for us to
>> - remove our use of deleteOnExit
>> - store entries in a global list and remove them from the list if we do
>> actually delete the temp file
>> - create our own shutdown handler to delete the files remaining on the
>> global list on VM exit
>>
>> Patches welcome :-)
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "H2 Database" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at http://groups.google.com/group/h2-database.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.