Here is what the profiler gives me :

Profiler: top 3 stack trace(s) of  of 59010 ms of 29386 thread dumps:
29222/29386 (99%):
at org.h2.store.fs.FileNio.read(FilePathNio.java:74)
at org.h2.mvstore.DataUtils.readFully(DataUtils.java:421)
at org.h2.mvstore.FileStore.readFully(FileStore.java:98)
at org.h2.mvstore.Page$PageChildren.read(Page.java:1043)
at org.h2.mvstore.MVStore.readPageChunkReferences(MVStore.java:1389)
at org.h2.mvstore.MVStore.collectReferencedChunks(MVStore.java:1334)
at org.h2.mvstore.MVStore.collectReferencedChunks(MVStore.java:1339)
at org.h2.mvstore.MVStore.collectReferencedChunks(MVStore.java:1319)
at org.h2.mvstore.MVStore.freeUnusedChunks(MVStore.java:1278)
at org.h2.mvstore.MVStore.storeNowTry(MVStore.java:1065)
at org.h2.mvstore.MVStore.storeNow(MVStore.java:1052)
at org.h2.mvstore.MVStore.commitAndSave(MVStore.java:1041)
at org.h2.mvstore.MVStore.writeInBackground(MVStore.java:2491)
at org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:2713)
22/29386 (0%):
at org.h2.mvstore.Page$PageChildren.removeChild(Page.java:1126)
at 
org.h2.mvstore.Page$PageChildren.removeDuplicateChunkReferences(Page.java:1104)
at org.h2.mvstore.MVStore.readPageChunkReferences(MVStore.java:1391)
at org.h2.mvstore.MVStore.collectReferencedChunks(MVStore.java:1334)
at org.h2.mvstore.MVStore.collectReferencedChunks(MVStore.java:1339)
at org.h2.mvstore.MVStore.collectReferencedChunks(MVStore.java:1319)
at org.h2.mvstore.MVStore.freeUnusedChunks(MVStore.java:1278)
at org.h2.mvstore.MVStore.storeNowTry(MVStore.java:1065)
at org.h2.mvstore.MVStore.storeNow(MVStore.java:1052)
at org.h2.mvstore.MVStore.commitAndSave(MVStore.java:1041)
at org.h2.mvstore.MVStore.writeInBackground(MVStore.java:2491)
at org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:2713)
11/29386 (0%):
at 
org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.find(CacheLongKeyLIRS.java:969)
at 
org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.get(CacheLongKeyLIRS.java:703)
at org.h2.mvstore.cache.CacheLongKeyLIRS.get(CacheLongKeyLIRS.java:222)
at org.h2.mvstore.MVStore.readPageChunkReferences(MVStore.java:1366)
at org.h2.mvstore.MVStore.collectReferencedChunks(MVStore.java:1334)
at org.h2.mvstore.MVStore.collectReferencedChunks(MVStore.java:1339)
at org.h2.mvstore.MVStore.collectReferencedChunks(MVStore.java:1319)
at org.h2.mvstore.MVStore.freeUnusedChunks(MVStore.java:1278)
at org.h2.mvstore.MVStore.storeNowTry(MVStore.java:1065)
at org.h2.mvstore.MVStore.storeNow(MVStore.java:1052)
at org.h2.mvstore.MVStore.commitAndSave(MVStore.java:1041)
at org.h2.mvstore.MVStore.writeInBackground(MVStore.java:2491)
at org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:2713)
summary:
99%: org.h2.store.fs

-- 
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 https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to