Thomas, I was wondering about the following things:
- Does H2 use paging by default? If not, is it possible to use this? - What is the default page size used (assuming paging is used to store data on disk). - Are there any guidelines somewhere about checking out the source code in an IDE (I use Eclipse). It should be possible to checkout from the SVN repository and build using Maven, but all I get when checking out the project using subclipse is - How does H2 behave when using a cache size of 0? I connect to the database using an URL like: jdbc:h2:~/experiments/ db;DB_CLOSE_ON_EXIT=FALSE;CACHE_SIZE=0. Background: it's for running some experiments for my master's project, and I'm trying to force the system into swapping from and to disk, counting the number of I/O operations in the process). Thanks! Sven --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
