Hi, Which version of H2 do you use?
Just the wakeup every 50 milliseconds should not use 5% CPU. 50 ms is not high frequency; high frequency would be every millisecond or two. Could you get a few full thread dumps during the 5% CPU usage (jstack -l <pid> >> threadDumps.txt; about 10 times)? I guess there is something else going on, for example writes to compress the store. Regards, Thomas -- 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.
