Re: [h2] H2 database on multiple threads/cores

2013-11-11 Thread Adam McMahon
Noel, As always, thanks for your insights. It is good to know that H2 at its cores is single threaded while at the same time multithreaded at outer layers. , this will help me as I think about my design. SSD is a good option, looking to use Digital Ocean https://www.digitalocean.com/. Go

Re: [h2] H2 database on multiple threads/cores

2013-11-10 Thread Noel Grandin
The short answer is that it's complicated. You're probably better off creating some performance tests for your application and testing them out on the various options. Since the answers will vary depending on how your application uses the DB. For database applications I would recommend you pick th