I have found with simple tables, a lot of space gets wasted in the
database store.  Don't know if there is any way to improve this with
settings.

2009/6/15 Lukas Zapletal <[email protected]>:
>
> Maybe:
>
> SET UNDO_LOG 0 - turns off undo log (I do not need rollbacks)
> SET LOCK_MODE ?
> SET LOG ?
>
> LZ
>
> On 15 čvn, 22:52, Lukas Zapletal <[email protected]> wrote:
>> Hello,
>>
>> I am using H2 in a project that uses it as a "simple key-value
>> reliable store". Since there are some open-source key-value database
>> products written in Java I think H2 is the most reliable one.
>> Opinions?
>>
>> Anyway what settings do you suggest to operate in this very specific
>> mode:
>>
>
>> - there are no multi-command transactions (only set or get)
>> - each table has two columns (key and value)
>> - I am operating in embedded mode (running multiple threads)
>>
>> Thanks
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to