Re: Are there plans to add data compression feature to postgresql?

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: Are there plans to add data compression feature to postgresql?
Дата
Msg-id 78CCABE6-4914-47C7-8972-80ACD4CEF62B@blighty.com
обсуждение исходный текст
Ответ на Re: Are there plans to add data compression feature to postgresql?  (Grant Allen <gxallen@gmail.com>)
Ответы Re: Are there plans to add data compression feature to postgresql?  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
On Oct 29, 2008, at 9:50 PM, Grant Allen wrote:
>
>
> One other thing I forgot to mention:  Compression by the DB trumps
> filesystem compression in one very important area - shared_buffers!
> (or buffer_cache, bufferpool or whatever your favourite DB calls its
> working memory for caching data).  Because the data stays compressed
> in the block/page when cached by the database in one of its buffers,
> you get more bang for you memory buck in many circumstances!  Just
> another angle to contemplate :-)

The additional latency added by decompression is reasonably small
compared with traditional disk access time. It's rather large compared
to memory access time.

Cheers,
   Steve


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

Предыдущее
От: novice
Дата:
Сообщение: phone database schema
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Are there plans to add data compression feature to postgresql?