Hi, We are using an 'embedeed H2 database' a 16gb box with Tomcat6. We have 10 web servers continuosly inserting on this database. Every 5 minutes, the same web servers also read. We were using IN-MEMORY DB but we need to persist the information so we changed it.
We configure a 512mb cache (the db size is now 300mb) and WRITE_DELAY=2000. We don't have evidence of performance problems but sometimes we think the load average is high. I was reading about UNDO_LOG and LOG 0, MULTI_THREADED, MIXED MODE and more. What do you think is the best configuration (or architecture) for this scenario? Regards Hernán. -- 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.
