Re: Core team statement on replication in PostgreSQL - Mailing list pgsql-hackers

From Greg Smith
Subject Re: Core team statement on replication in PostgreSQL
Date
Msg-id Pine.GSO.4.64.0805301809050.9617@westnet.com
Whole thread Raw
In response to Re: Core team statement on replication in PostgreSQL  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
Responses Re: Core team statement on replication in PostgreSQL  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
List pgsql-hackers
On Sat, 31 May 2008, Gurjeet Singh wrote:

>> Not if you use pg_clearxlogtail
>
> This means we need to modify pg_standby to not check for filesize when
> reading XLogs.

No, the idea is that you run the segments through pg_clearxlogtail | gzip, 
which then compresses lightly used segments massively because all the 
unused bytes are 0.  File comes out the same size at the other side, but 
you didn't ship a full 16MB if there was only a few KB used.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Core team statement on replication in PostgreSQL
Next
From: Simon Riggs
Date:
Subject: Re: Core team statement on replication in PostgreSQL