Re: Performance impact of log streaming replication - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Performance impact of log streaming replication
Date
Msg-id v2udcc563d11004201600j53d9f7e3zfb0f963d1d7232c2@mail.gmail.com
Whole thread Raw
In response to Performance impact of log streaming replication  (Andy <angelflow@yahoo.com>)
Responses Re: Performance impact of log streaming replication  (Andy <angelflow@yahoo.com>)
List pgsql-general
On Tue, Apr 20, 2010 at 3:48 PM, Andy <angelflow@yahoo.com> wrote:
> What is the expected performance impact of the log streaming replication in 9.0?
>
> In the past I've used the log shipping replication of MySQL and it caused the performance of the master to drop by
almost50%. Just wondered if Postgresql's replication is expected to behave similarly. 

Whoa!  Sounds like a slow disk IO subsystem, or the inability to take
advantage of a fast one.

PostgreSQL's PITR replication is already a working part of pgsql.  Hot
stanbys are due in 9.0, and should produce no more load than they
already do in 8.4 or 8.3.  Have you tried setting up PITR on pg 8.4 to
see how it impacts your server's performance?

pgsql-general by date:

Previous
From: Andy
Date:
Subject: Performance impact of log streaming replication
Next
From: Andy
Date:
Subject: Re: Performance impact of log streaming replication