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 200807152256.m6FMuVa21901@momjian.us
Whole thread Raw
In response to Re: Core team statement on replication in PostgreSQL  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > 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.
> 
> How do you tell which is which?

The WAL format would have to be modified to indicate which entries can
be discarded.

--  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: Alvaro Herrera
Date:
Subject: Re: Core team statement on replication in PostgreSQL
Next
From: Tom Lane
Date:
Subject: Re: Lookup penalty for VARIADIC patch