Re: Backup/Restore of single table in multi TB database - Mailing list pgsql-general

From Simon Riggs
Subject Re: Backup/Restore of single table in multi TB database
Date
Msg-id 1210195724.4268.231.camel@ebony.site
Whole thread Raw
In response to Backup/Restore of single table in multi TB database  ("John Smith" <sodgodofall@gmail.com>)
Responses Re: Backup/Restore of single table in multi TB database  (Francisco Reyes <lists@stringsutils.com>)
List pgsql-general
On Wed, 2008-05-07 at 13:02 -0700, John Smith wrote:

> I have a large database (multiple TBs) where I'd like to be able to do
> a backup/restore of just a particular table (call it foo).  Because
> the database is large, the time for a full backup would be
> prohibitive.  Also, whatever backup mechanism we do use needs to keep
> the system online (i.e., users must still be allowed to update table
> foo while we're taking the backup).

Have a look at pg_snapclone. It's specifically designed to significantly
improve dump times for very large objects.

http://pgfoundry.org/projects/snapclone/

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Backup/Restore of single table in multi TB database
Next
From: Tom Lane
Date:
Subject: Re: pg_dumpall: pg_conversion table not saved