Re: alternative compression algorithms?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: alternative compression algorithms?
Дата
Msg-id CA+Tgmob7oXE+P9SPj0+eRaLzWHPWL+DuWZ0qNAuGuHHNew2_xQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: alternative compression algorithms?  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Ответы Re: alternative compression algorithms?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: alternative compression algorithms?  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Список pgsql-hackers
On Mon, Apr 20, 2015 at 9:03 AM, Tomas Vondra
<tomas.vondra@2ndquadrant.com> wrote:
> Sure, it's not an ultimate solution, but it might help a bit. I do have
> other ideas how to optimize this, but in the planner every milisecond
> counts. Looking at 'perf top' and seeing pglz_decompress() in top 3.

I suggested years ago that we should not compress data in
pg_statistic.  Tom shot that down, but I don't understand why.  It
seems to me that when we know data is extremely frequently accessed,
storing it uncompressed makes sense.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: Proposal: knowing detail of config files via SQL
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add transforms feature