Re: Backup/Restore of single table in multi TB database

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Backup/Restore of single table in multi TB database
Дата
Msg-id 1210195724.4268.231.camel@ebony.site
обсуждение исходный текст
Ответ на Backup/Restore of single table in multi TB database  ("John Smith" <sodgodofall@gmail.com>)
Ответы Re: Backup/Restore of single table in multi TB database
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Backup/Restore of single table in multi TB database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dumpall: pg_conversion table not saved