You can achieve a similar effect by setting the cache size to be larger than your database size, in which case H2 will have all if your data in memory.
On Friday, 18 April 2014, Ristar85 <[email protected]> wrote: > Hello, > > I'd like to request for a mode to run the H2 database to run in memory > exclusively, but everything is still written to the H2 db file. > > This can be done because the programmer has the memory and wants the > speed, needs to persist the changes done to the database but does not want > to wait. > > And thank you very much for developing H2. > > -- > 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]<javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to > [email protected]<javascript:_e(%7B%7D,'cvml','[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.
