Our application uses H2 and every 30 seconds populates few tables. UI 
displays data read from tables, no insert/update/delete. Also another 
process reads data from these tables to send email alert, again no 
insert/update/delete. If MVCC = false, will there be any kind of read lock, 
so that other process can't read from the table when table updates? Is 
there any lock on table if mvcc=false?

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