Re: Improve compression speeds in pg_lzcompress.c

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Improve compression speeds in pg_lzcompress.c
Дата
Msg-id 50EAA1A6.1050307@hogranch.com
обсуждение исходный текст
Ответ на Re: Improve compression speeds in pg_lzcompress.c  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: Improve compression speeds in pg_lzcompress.c  (Andres Freund <andres@2ndquadrant.com>)
Re: Improve compression speeds in pg_lzcompress.c  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
On 1/7/2013 2:05 AM, Andres Freund wrote:
> I think there should be enough bits available in the toast pointer to
> indicate the type of compression. I seem to remember somebody even
> posting a patch to that effect?
> I agree that it's probably too late in the 9.3 cycle to start with this.

so an upgraded database would have old toasted values in the old 
compression format, and new toasted values in the new format in an 
existing table?      that's kind of ugly.





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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Improve compression speeds in pg_lzcompress.c
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Improve compression speeds in pg_lzcompress.c