Hi,

> Scenario:
> Server - starts up the database as a tcp server  & inserts data
> Client App(s) connect to the db server and get data on demand.
>
> My question is this:
> How does H2 handle inserting data while these queries (sometimes are
> long running - 10-15sec) are simultaneously being executed.

Is one query taking up to 10-15 seconds? If yes then H2 would
currently lock the table (delay the inserts / updates). I'm not sure
if the MVCC mode would help (it depends on the query). Maybe there is
no good solution in H2 at the moment (but I can't tell without knowing
more details).

Regards,
Thomas

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