Re: speedup pg_dumpall

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: speedup pg_dumpall
Дата
Msg-id 4F461E2D0200002500045AC3@gw.wicourts.gov
обсуждение исходный текст
Ответ на speedup pg_dumpall  (Michael Monnerie <lists.michael.monnerie@is.it-management.at>)
Ответы Re: speedup pg_dumpall  (Michael Monnerie <lists.michael.monnerie@is.it-management.at>)
Список pgsql-admin
Michael Monnerie <lists.michael.monnerie@is.it-management.at> wrote:

> What can I do to improve pg_dump performance?

I can't help wondering why you're running it.  For routine backups
it is generally not your best option in PostgreSQL.  PITR or warm
standby are generally more useful for routine backups of any
database big enough to worry about run time.

For my purposes, pg_dump is mostly useful for dumping schema as SQL
statements or dumping data from individual tables.  Prior to the
availability of pg_upgrade our main use was for upgrades from one
major release to another, but I now see it as a pretty narrow niche
utility -- at least for my shop.

-Kevin

В списке pgsql-admin по дате отправления:

Предыдущее
От: Brian Fehrle
Дата:
Сообщение: Re: WAL files containing old and unmodified data?
Следующее
От: "Fred Parkinson"
Дата:
Сообщение: Can't query the sequence table of a serial primary key.