Frist of all, I am using these properties when I created the database and for the new connections to it ;LOCK_MODE=3;AUTOCOMMIT=TRUE;IGNORECASE=TRUE;USER=admin;PASSWORD=admin;AUTO_SERVER=TRUE;MVCC=TRUE (Hopefully, that is not a problem)
After I perform a bulk INSERT of about 6000 rows, on one connection, the other existing connections can not access the database anymore. Even a new connection can not be made. I even tried just using the "Test Connection" of H2 Console and it does not return anything., just hanging. The same goes true with performing a bulk DELETE. But, I can still access the database from the same connection where I perform these bulk operations. Any thoughts on these? Or is it the expected behavior and I just need to wait for the copies of database to synchronize with each other? Do you have any ideas on how to improve my database settings if that is the case? -- 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.
