Yeah, I was hoping to be able to build something that was more generally useful 
to the community, because I've run
across this problem before.
It would also be nice to be able to query the table in a normal fashion.

If I was to add this feature, ideally what I want to do is to separate the 
RegularData/PageDataIndex/PageStore code
first so that I can re-use  the B-Tree code layer.
But if you don't think that this is a useful feature for H2, then perhaps I 
should rather do what you suggest.

Regards, Noel.

Thomas Mueller wrote:
> Hi,
>
> I know the code is complicated, but it is necessarily complicated. Any
> database implementation is :-) I guess it would make sense if you
> combine 100 rows into one row if possible, so that you can compress
> the data before adding it to the database. That way, you don't depend
> on a specific database, and can switch to another one when required.
>
> Regards,
> Thomas

-- 
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.

Reply via email to