Unfortunally I need mvcc in order to use row level locking that seems to be
supported only with MVCC in H2. H2 now is very fast but unfortunally I've a
lot of concurrency (I'm also using parallel stream) because the app manage
realtime events and there are many cases in which events arrives at the
same times. So is not facible using a table lock.

Thanks very much!

2015-03-20 8:51 GMT+01:00 Noel Grandin <[email protected]>:

> The only current stable configuration is PageStore without MVCC.
>
> If you need more performance you will either need to
> - do performance tuning of your queries
> - upgrade your hardware
> - look at other database options (like PostgreSQL)
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "H2 Database" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/h2-database/0NqMImiNIN0/unsubscribe.
> To unsubscribe from this group and all its topics, 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.
>



-- 
Daniele Renda

-- 
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