Re: Differential Backups - Mailing list pgsql-general

From Paul Tomblin
Subject Re: Differential Backups
Date
Msg-id 20011029213059.A23024@allhats.xcski.com
Whole thread Raw
In response to Re: Differential Backups  (Alvaro Herrera <alvherre@atentus.com>)
Responses Re: Differential Backups  (Alvaro Herrera <alvherre@atentus.com>)
Re: Differential Backups  ("Chris Dircks" <chrisd@rasstar.ca>)
List pgsql-general
Quoting Alvaro Herrera (alvherre@atentus.com):
> > Interesting idea.  The one thing I might worry about is that 'diff'
> > might (I'm not familiar with its algorithm) eat a great deal of memory
> > if the dumps you're comparing are very large and significantly
> > different.
>
> GNU diff reads in memory both files. You sure need lots to compare
> medium sized databases, and I don't think this method will work on big
> ones.

Doesn't GNU diff have the "-h" option?

--
Paul Tomblin <ptomblin@xcski.com>, not speaking for anybody
Never underestimate the bandwidth of a station wagon full of
tapes hurtling down the highway.
                              -- Andrew Tanenbaum

pgsql-general by date:

Previous
From: Tod McQuillin
Date:
Subject: Re: Differential Backups
Next
From: "Dinesh Parikh"
Date:
Subject: Check Existence of temporary table in a session.