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

From Gurjeet Singh
Subject Re: Core team statement on replication in PostgreSQL
Date
Msg-id 65937bea0805300001q3ca1ddb7pa26fc71963cb64a9@mail.gmail.com
Whole thread Raw
In response to Re: Core team statement on replication in PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Core team statement on replication in PostgreSQL
Re: Core team statement on replication in PostgreSQL
Re: Core team statement on replication in PostgreSQL
List pgsql-hackers
On Fri, May 30, 2008 at 10:40 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
But since you mention it: one of the plausible answers for fixing the
vacuum problem for read-only slaves is to have the slaves push an xmin
back upstream to the master to prevent premature vacuuming.  The current
design of pg_standby is utterly incapable of handling that requirement.
So there might be an implementation dependency there, depending on how
we want to solve that problem.

I think it would be best to not make the slave interfere with the master's operations; that's only going to increase the operational complexity of such a solution.

There could be multiple slaves following a master, some serving data-warehousing queries, some for load-balancing reads, some others just for disaster recovery, and then some just to mitigate human errors by re-applying the logs with a delay.

I don't think any one installation would see all of the above mentioned scenarios, but we need to take care of multiple slaves operating off of a single master; something similar to cascaded Slony-I.

My two cents.

Best regards,
--
gurjeet[.singh]@EnterpriseDB.com
singh.gurjeet@{ gmail | hotmail | indiatimes | yahoo }.com

EnterpriseDB http://www.enterprisedb.com

Mail sent from my BlackLaptop device

pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: [0/4] Proposal of SE-PostgreSQL patches
Next
From: Radek Strnad
Date:
Subject: Re: Proposal - Collation at database level