Re: Warm-standby robustness question

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "David F(dot) Skoll" <dfs(at)roaringpenguin(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Warm-standby robustness question
Date: 2007-12-28 15:37:46
Message-ID: 4774C3EA.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>>> On Tue, Dec 18, 2007 at 12:55 PM, in message <3149(dot)1198004157(at)sss(dot)pgh(dot)pa(dot)us>,
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "David F. Skoll" <dfs(at)roaringpenguin(dot)com> writes:
>> My question is this: If the master database is fairly busy, gets
>> VACUUMed once a day, etc. can we expect the warm standby server
>> to work correctly after days/weeks/months/years of log shipping,
>> or should we periodically take new base backups?
>
> I don't think the time period is at issue. Log-shipping should keep the
> slave a perfect replica of the master (if it doesn't, we have problems
> anyway).

Except for hint bits. This becomes more of a post-recovery
performance issue as the base backup ages, since they are included
in base backups, but not in WAL files.

http://archives.postgresql.org/pgsql-performance/2007-12/msg00203.php

> The operational question you need to ask yourself is: if
> you haven't swapped to the slave lately, how do you know it will work
> when you need it to?

Absolutely. Nobody should ever assume they have a working backup
system without periodic tests that the backups can actually be used
to create a working system. Ever.

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2007-12-28 15:52:45 Re: reconfiguring diskspace while upgrading to 8.2.5
Previous Message Mark Steben 2007-12-28 15:08:41 reconfiguring diskspace while upgrading to 8.2.5