Hi, > BTW: If you run a recent Linux, there is a default in memory filesystem named /dev/shm
OK, I didn't know this. I didn't test it, but my guess is that the in-memory file system "memFS:" is faster than /dev/shm, as it doesn't need any operating system or other native calls. Regards, Thomas On Tue, Apr 22, 2014 at 8:00 AM, Christoph Läubrich <[email protected]>wrote: > BTW: If you run a recent Linux, there is a default in memory filesystem > named /dev/shm > > Am 21.04.2014 22:00, schrieb Carl Desautels: > > Is there a complete sample for how to use offheap, or another file system? > > 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. > > Thanks, > -- > 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. > > > -- > 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. > -- 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.
