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

From Bruce Momjian
Subject Re: Core team statement on replication in PostgreSQL
Date
Msg-id 200807152224.m6FMOHO05685@momjian.us
Whole thread Raw
In response to Re: Core team statement on replication in PostgreSQL  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: Core team statement on replication in PostgreSQL  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera wrote:
> Bruce Momjian wrote:
> 
> > Added to TODO:
> > 
> >         o Reduce PITR WAL file size by removing full page writes and
> >           by removing trailing bytes to improve compression
> 
> If we remove full page writes, how does hint bit setting get propagated
> to the slave?

We would remove full page writes that are needed for crash recovery, but
perhaps keep other full pages.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: Lookup penalty for VARIADIC patch
Next
From: Alvaro Herrera
Date:
Subject: Re: Core team statement on replication in PostgreSQL