On 2013-10-19 06:48, Brian Craft wrote:
Is this still an issue? I'm seeing something very much like this: a loader process that started out running quickly has now slowed dramatically, with 75% of the cpu being given to PageStore.checkpoint() while fetching blocks of 100 ids from a sequence.
Try setting the CACHE size on your SEQUENCE objects to something larger, like 1000 (the default value is 32).
And let us know how that goes. -- 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.
