Re: Faster compression, again

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Faster compression, again
Дата
Msg-id 4F60D07102000025000462C9@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Faster compression, again  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Faster compression, again
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Another not-exactly-trivial requirement is to figure out how to
> not break on-disk compatibility when installing an alternative
> compression scheme.  In hindsight it might've been a good idea if
> pglz_compress had wasted a little bit of space on some sort of
> version identifier ... but it didn't.
Doesn't it always start with a header of two int32 values where the
first must be smaller than the second?  That seems like enough to
get traction for an identifiably different header for an alternative
compression technique.
-Kevin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Faster compression, again
Следующее
От: Noah Misch
Дата:
Сообщение: Re: foreign key locks, 2nd attempt