a long startup time is also something that would happen if a connection is holding a transaction open for a long time.
the trace options might help you find this: http://www.h2database.com/html/features.html#trace_options zing wrote: > I'm also having trouble with long startup times - but the earlier > comments about starting with MVCC off doesn't make work for me. > According to the H2 documentation, MVCC is off by default, and I've > never turned it on. > > How can I truncate the log without starting the database over from > scratch? > -- 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.
