Re: Differential backup - Mailing list pgsql-hackers

From Csaba Nagy
Subject Re: Differential backup
Date
Msg-id 1272382134.7500.11.camel@pcd12478
Whole thread Raw
In response to Re: Differential backup  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: Differential backup  (Hannu Krosing <hannu@2ndquadrant.com>)
List pgsql-hackers
Hi all,

On Tue, 2010-04-27 at 11:07 -0400, Merlin Moncure wrote:
> The block level case seems pretty much covered by the hot standby feature.

One use case we would have is to dump only the changes from the last
backup of a single table. This table takes 30% of the DB disk space, it
is in the order of ~400GB, and it's only inserted, never updated, then
after ~1 year the old entries are archived. There's ~10M new entries
daily in this table. If the backup would be smart enough to only read
the changed blocks (in this case only for newly inserted records), it
would be a fairly big win...

Cheers,
Csaba.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct
Next
From: Simon Riggs
Date:
Subject: Re: Wierd quirk of HS/SR, probably not fixable