Hi, > Hi, I'm using H2 as a local database system for development. > I looking for the best performance and resource efficiency settings, > memory is not a problem and I would gladly change anything to get the > fastest response time it can offer.
Most of this is documented here: http://h2database.com/html/performance.html#database_performance_tuning and below, including http://h2database.com/html/performance.html#fast_import > So I would like to think it's running on embedded mode, but I don't > fully understand how it works and what would be the best config. > I mean, is this OK? The embedded mode is the fastest, so I would use that where performance is very important. 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.
