Subject | Re: [Firebird-Architect] Compression |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2011-09-27T08:23:40Z |
27.09.2011 10:18, Thomas Steinmaurer wrote:
page size anyway, no difference between page with uncompressed data and page with
compressed data + some filling zeros.
who didn't have compression before, but strange for FB who always compressed data.
--
SY, SD.
>> Records are already compressed as delta + RLE. Page level compression is pointlessAnd this is exactly why page compression is pointless: you are writing to disk full
>> because page of variable size is a headache.
>
> Still fixed page size on disk with compressed data.
page size anyway, no difference between page with uncompressed data and page with
compressed data + some filling zeros.
> > What is "table level" compression I have no idea.It sounds as a record compression turned on for particular tables only. Nice for Oracle
>
> Compression of a particular table instead of the entire database/pages.
who didn't have compression before, but strange for FB who always compressed data.
--
SY, SD.