[h2] H2 database on multiple threads/cores

2013-11-09 Thread Adam McMahon
Hi H2 Group, I am trying to get my head around H2's use of multiple threads and cores. I know this topic has been dealt with before, but I am still a little confused on the topic. My questions are with regard to the default mode of H2 (not MVCC or multithreaded=true). A) the documentation st

Re: [h2] Re: Possible to restore database while it is running?

2013-11-09 Thread Noel Grandin
Sounds like a pretty good plan. You probably want to kick the connection into EXCLUSIVE mode, and then your connection will have complete control, so no other connections will see dodgy data. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To uns

[h2] Fwd: patch for h2 issue 368 ON DUPLICATE KEY UPDATE

2013-11-09 Thread Thomas Mueller
Forwarding... -- Forwarded message -- From: Jean-Francois Noel Date: Sat, Nov 9, 2013 at 2:11 AM Subject: patch for h2 issue 368 ON DUPLICATE KEY UPDATE To: thomas.tom.muel...@gmail.com Hi, I just wanted to let you know of the patch I added to the issue. https://code.google.com/