Hi, Is there a complete sample for how to use offheap, or another file system? >
Yes, this is documented. I would start with the in-memory file system. Instead of using regular file names, use "memFS:test". So the database URL would be "jdbc:h2:memFS:test". Then you can backup and restore the file using H2 tools using the file name "memFS:test.mv.db". > And just quickly looking over the code in OffHeapStore it is my assumption > that between readFully(), offHeap's TreeMap memory, and > ByteBuffer.duplicate() I could have access to the current database. > Sorry I don't understand. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
