Re: Performance impact of log streaming replication

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Andy <angelflow(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Performance impact of log streaming replication
Date: 2010-04-20 23:00:08
Message-ID: v2udcc563d11004201600j53d9f7e3zfb0f963d1d7232c2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Apr 20, 2010 at 3:48 PM, Andy <angelflow(at)yahoo(dot)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 almost 50%. 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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andy 2010-04-20 23:44:36 Re: Performance impact of log streaming replication
Previous Message Andy 2010-04-20 21:48:54 Performance impact of log streaming replication