I just checked out the latest code from the subversion repository and
I ran the h2 benchmark using both the new, and old store and these are
the results (I only ran the embedded h2 benchmark).

New Page Store

Testing the performance of H2
 H2 1.1.115 (2009-06-27)
Loading item table: 10%
Loading item table: 0%
Statements per second: 10469

File sizes
- test.h2.db = 76,421,120

Old Store

Testing the performance of H2
 H2 1.1.115 (2009-06-27)
Loading item table: 10%
Loading item table: 0%
Statements per second: 19262

File sizes
- test.3.log.db = 45,072
- test.data.db = 25,722,928
- test.index.db = 7,618,608
- Total = 33,358,486

When I ran the benchmark again with the new page store the file size
of the database grew again. It appears there is a problem reclaiming
free space with the new page store.

The performance is slower than the old store (I didn't expect a alpha
store to be optimized yet).

Brish

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-database@googlegroups.com
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to