On Jan 27, 2:43 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > The cache size setting has no effect for in-memory databases. For > in-memory databases, the cache class is not even loaded. >
Thanks for the clarification. So any speed improvements we noticed were due to some small optimization in the JVM. > Do you use many in-memory databases? There is some per-database > overhead currently (mainly the information schema). No, we are running two independent databases (embedded) in one server and we load balance between the two with haproxy. The server is a HighCPU XL instance in the Amazon EC2 (7.5GB, 8 cores). The virtual machine starts each H2 with 3GB of heap memory. > > Regards, > Thomas 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.
