Hi, With the new storage subsystem "MVStore" it should be much simpler to support concurrent operation.
Regards, Thomas Am 13.06.2013 09:51 schrieb "Noel Grandin" <[email protected]>: > > On 2013-06-12 18:51, tsukasa wrote: > >> h2 database executes only 1 SELECT query at a time, even when autocommit >> is ON, blocking everything else, why is that? it's not going to change? to >> an outsider it looks like a simple feature. -- >> >> > We only lock the database while actually fetching or modifying data. > And since we cache result-sets, this means that we're not locked while the > client program is iterating over the result set. > > > -- > 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 > h2-database+unsubscribe@**googlegroups.com<h2-database%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/h2-database?hl=en-US<http://groups.google.com/group/h2-database?hl=en-US> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- 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?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
