Hi,

I'm trying to execute queries in H2 concurrently, but it is not working. 
When one query runs, other queries don't execute. All other queries have to 
wait till the running query completes execution.

Here is my H2 connection details:

                   Saved Settings: Generic H2 (Embedded)

                   Driver Class: org.h2.Driver

                  JDBC URL 
<http://localhost:8082/login.jsp?jsessionid=9ce3b30a123a8b51b5b6140f8b599bcb#>
: 
jdbc:h2:tcp://localhost/~/<db_name>;IGNORECASE=TRUE;LOCK_MODE=0;DEFRAG_ALWAYS=true;DB_CLOSE_ON_EXIT=FALSE;CACHE_SIZE=5000000

Am I missing something in connection parameters or some other configuration 
is required? Can you please help me how can i achieve concurrency?

Regards,
Viral

-- 
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 https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to