[h2] Persisting OffHeapStore to File

2015-08-24 Thread Adam Law
Hi, Is it possible to save the OffHeapStore to file? Using the MVStore.Builder and setting a file name doesn't create the specified file unless I don't use a FileStore i.e. OffHeapStore. Thanks. -- You received this message because you are subscribed to the Google Groups "H2 Database" group.

[h2] JdbcConnectionPool & Auto_Server argument

2016-01-07 Thread Adam Law
Hi, I use a connection pool to manage connections. The JdbcDataSource' url contains the argument "AUTO_SERVER=TRUE". Everything works well within my application. But when I use another client (SQL Workbench/J) to connect to the database, it throws the error stating the database is inaccessible

Re: [h2] JdbcConnectionPool & Auto_Server argument

2016-02-16 Thread Adam Law
11:11:16 AM UTC-8, Thomas Mueller wrote: > > Hi, > > What is your database URL, which version of H2 do you use, and could you > post the exception messages and stack trace please. > > Regards, > Thomas > > On Friday, January 8, 2016, Adam Law > > wrote: >

Re: [h2] Persisting OffHeapStore to File

2016-02-16 Thread Adam Law
It's likely that I did misunderstand. I want to use off-heap storage when using MVStore. I want the file specified in the Builder to live on, even after the application exits. I hope that makes sense. On Tuesday, August 25, 2015 at 9:03:00 AM UTC-7, Thomas Mueller wrote: > > Hi, > > Is it possib

Re: [h2] Persisting OffHeapStore to File

2016-02-16 Thread Adam Law
Ah, I see. Can I get linked to that part of the API? I see mentions of pluggable interfaces on the website, but I couldn't find leads to where the docs for them are, so I didn't investigate further when I came across the topics. Thanks. On Tuesday, February 16, 2016 at 10:20:57 AM UTC-8, Noel