Subject | Re: Record Encoding |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-05-15T09:38:15Z |
Arno,
see that compressed blob and seek within such blob do not work
together. Making compression compulsory means that isc_seek_blob must
be deprecated, at least that's how I understand the proposal.
deltas be abandoned completely?
Roman
> Beside that a BLOB field doesn't always containWhat solution can you suggest in this case for a seek operation? You
> the same type of "data". Who knows what in the future gets into the
> blob. Therefore i don't like the idea that compression should become
> an option.
see that compressed blob and seek within such blob do not work
together. Making compression compulsory means that isc_seek_blob must
be deprecated, at least that's how I understand the proposal.
> Also i would suggest that the compression is not only done onHow are you going to use this for the record deltas? Or should record
> BLOB-data, but on every "large" data-block for whatever data-type.
> If the size of the data-block is bigger than size X then perform
> compression. Why only for BLOBs, i think this shouldn't be dependend
> on data-type.
deltas be abandoned completely?
Roman