Hi, > We have heavy load on it.
Please define "heavy" :-) > Is there any reason I should not set the maxConections to be 1000 or so? Do you actually have 1000 concurrent threads in your application? If yes, what exactly is your use case? I'm not sure if I understand what problem do you want to solve. Do you want to improve performance? In that case, increasing the number of connections will most likely not help. See the "performance" section in the docs instead. 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.
