Hi, It should be a bit faster when using long running processes, but usually for H2 it doesn't make a big difference, as disk I/O is the main bottleneck (and that is usually not avoidable, except if you use in-memory databases or disable durability).
Regards, Thomas On Friday, September 30, 2011, SAGSAW wrote: > Hello > > Can anyone elaborate on using java -server for running H2 db? > > Regards > > Sagar > > -- > 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]<javascript:;> > . > To unsubscribe from this group, send email to > [email protected] <javascript:;>. > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- 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.
