Hi, Maybe its hashing the password. Could you try using an empty user name and password? If it is still slow, could you use the profiler to analyze what is slow? See the performance section in the docs for details.
Regards, Thomas On Friday, January 3, 2014, Noel Grandin wrote: > On Fri, Jan 3, 2014 at 6:49 PM, Famco <[email protected] <javascript:;>> > wrote: > > However, what totally sucks is the DriverManager.getConnection (), which > in > > fact needs almost seven seconds to return. Since I plan to use 12 > threads, > > each with a connection that is quite a problem during startup of the > system > > That will affect only the first connection, since the first connection > is the one that loads all of the initial metadata for the database. > The other connections will take a lot less time. > > -- > 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:;>. > To post to this group, send email to > [email protected]<javascript:;> > . > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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/groups/opt_out.
