Hi all, I'm a newbie when it comes to databases and I have the task of making a few recommendations on which database to use for my group's application.
If I use in-memory mode (where all the tables are kept in memory right?), can I specify how much memory to allow H2 to use? Like if H2 ran out of main memory to keep all the tables in, would it then do some kind of hybrid approach where some tables were kept in main memory and the rest were kept on disk? I have a very limited amount of main memory I can use, so maybe using disk-based tables would be a better solution. Also, I noticed the benchmarks were done using disk-based tables. Does anyone know how much improvement on the simple operations (insert, request) could be made using in-memory tables? Thanks in advance, Julian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
