Re: Compression of full-page-writes

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Compression of full-page-writes
Дата
Msg-id 1419931260.24895.102.camel@jeff-desktop
обсуждение исходный текст
Ответ на Re: Compression of full-page-writes  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Ответы Re: Compression of full-page-writes  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On Fri, 2013-08-30 at 09:57 +0300, Heikki Linnakangas wrote:
> Speeding up the CRC calculation obviously won't help with the WAL volume 
> per se, ie. you still generate the same amount of WAL that needs to be 
> shipped in replication. But then again, if all you want to do is to 
> reduce the volume, you could just compress the whole WAL stream.

Was this point addressed? How much benefit is there to compressing the
data before it goes into the WAL stream versus after?

Regards,Jeff Davis





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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Maximum number of WAL files in the pg_xlog directory
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Coverity and pgbench