I am having multiple threads processing the data and querying against H2 database each thread might query h2 2,000,000 times. I am thinking if each thread has it own H2 connection will it improve the performance Vs having single connection for all threads? I am thinking of using the connection pool in the following way. JdbcConnectionPool.create(memoryConnectionString, userName, password);
Any help is appreciated. Thanks Shiva -- 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/groups/opt_out.
