Re: Replication and PITR

From: Bill Moran <wmoran(at)collaborativefusion(dot)com>
To: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
Cc: Bo Lorentsen <bl(at)netgroup(dot)dk>, Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Replication and PITR
Date: 2006-09-21 16:44:28
Message-ID: 20060921124428.0fa24118.wmoran@collaborativefusion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to Csaba Nagy <nagy(at)ecircle-ag(dot)com>:

> > > Cons:
> > - No reliability. On slow days, WAL logs could take a long time to
> > rotate, so small but important transactions might not be replicated
> > for a long time.
>
> That's gone with 8.2, it will be possible to stream the last
> modifications, or force a WAL recycle periodically, whatever fits you
> better. There is some new infrastructure which allows these things,
> although I didn't have the time to play with them.
>
> The big improvement would be indeed to have the infrastructure to start
> up a standby by simply pointing it to the master server, no other setup
> needed. Implement that, make it reliable, and any beginner to postgres
> will be able to easily set up a WAL shipping based standby. Right now
> you still have to do some complicated scripting to make it work (no idea
> how much 8.2 will help here, didn't try yet).

That will be some neat stuff. I didn't know that was coming up.

--
Bill Moran
Collaborative Fusion Inc.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2006-09-21 16:44:40 After Trigger
Previous Message Csaba Nagy 2006-09-21 16:20:46 Re: Replication and PITR