Hi
Awesome, this looking great!
Some comments
(1) Perhaps use byte[] as the basic key/value of your interface. This is
the lowest common denominator of java types, and it's easy to wrap
String around it.
(2) Probably a good idea to store a per-block CRC. Its amazing how often
corruption manages to sneak through.
(3) I see there is per-page compression! Awesome! I have some tables
that are really going to benefit from this. Is the page size
configurable? I'm happy to trade off larger page sizes for more compression.
On 2012-09-05 20:34, Thomas Mueller wrote:
I'm working on a new storage backend for H2, currently called MVStore
(for Multi-Version Store). It is not ready yet to be used as the
storage backend for the database, but you can try it out in
'standalone' mode if you want (for example to run benchmarks). Please
be aware the API is unstable and will change.
--
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.