Hi,

Most of those settings are dangerous, so I would expect you get a corrupt
database (at least with the PageStore). But if it's just a cache, then that
might be OK. I have to say that for others reading this email.

Version 1.4.x (the MVStore) doesn't use that many temp files. The only
situation I know if is large update or delete operations, specially if you
use low MAX_MEMORY_ROWS or MAX_OPERATION_MEMORY settings, like you do. I
would try using the default settings instead. Or try to limit your update
and delete operations.

Regards,
Thomas

On Fri, Apr 17, 2015 at 10:32 AM, Noel Grandin <[email protected]
<javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote:

>
>
> On 2015-04-17 10:18 AM, suresh kumar wrote:
>
>>
>>     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;
>>
>>
> Did you read the many emails and documentation where we say that if you
> use LOG=0 or UNDO_LOG=0 we don't care about your problems?
>
> And you are severely damaging your performance with those MAX_ settings.
>
>
> --
> 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]
> <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');>
> .
> To post to this group, send email to [email protected]
> <javascript:_e(%7B%7D,'cvml','[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.

Reply via email to