Re: PITR performance overhead?

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "George Pavlov" <gpavlov(at)mynewplace(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: PITR performance overhead?
Date: 2006-08-02 01:17:02
Message-ID: b42b73150608011817s67612f90n6c7940868fc6082b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 8/1/06, George Pavlov <gpavlov(at)mynewplace(dot)com> wrote:
> I am looking for some general guidelines on what is the performance
> overhead of enabling point-in-time recovery (archive_command config) on
> an 8.1 database. Obviously it will depend on a multitude of factors, but
> some broad-brush statements and/or anecdotal evidence will suffice.
> Should one worry about its performance implications? Also, what can one
> do to mitigate it?

pitr is extremely cheap both in performance drag and administation
overhead for the benefits it provides. it comes almost for free, just
make sure you can handle all the wal files and do sane backup
scheduling. in fact, pitr can actually reduce the load on a server
due to running less frequent backups. if your server is heavy i/o
loaded, it might take a bit of planning.

merlin

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Kirkwood 2006-08-02 02:06:11 Re: XFS filessystem for Datawarehousing
Previous Message Alvaro Herrera 2006-08-02 00:42:23 Re: XFS filessystem for Datawarehousing