Re: Compression of full-page-writes

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Compression of full-page-writes
Date: 2014-12-30 09:21:00
Message-ID: 1419931260.24895.102.camel@jeff-desktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2014-12-30 11:39:36 Re: Coverity and pgbench
Previous Message Guillaume Lelarge 2014-12-30 08:35:24 Re: Maximum number of WAL files in the pg_xlog directory