Hi

I'm wanting to get more compression because sequential rows tend to be highly 
correlated.
So I'm wanting to do something like running every block of 100 rows through an 
LZ compress function before storing it.
With my data, I should be able to get around 80% compression.
This is similar to how BigTable and Hadoop store their data.

Regards, Noel Grandin


Thomas Mueller wrote:
> Hi,
>
> Numbers are already compressed (see Data.writeVarInt and so on).
>
> Regards,
> Thomas
>
>
> On Tue, Aug 30, 2011 at 6:21 PM, Noel Grandin <[email protected]> wrote:
>> Hi
>>
>> I have an application where I store lots and lots of instrument data, which
>> tends to be composed of highly compressible small integers.
>>
>> I'm trying to add support for compressed tables, but I can't find any easy
>> places to add this support - the code from the RegularTable class downwards
>> through PageDataIndex and PageStore is all highly inter-related.
>>
>> Any suggestions?
>>
>> Thanks, Noel Grandin
>>
>>

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