Re: Any Good Way To Do Sync DB's?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Any Good Way To Do Sync DB's?
Дата
Msg-id 9511.1002984859@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Any Good Way To Do Sync DB's?  (Gordan Bobic <gordan@bobich.net>)
Ответы Re: Any Good Way To Do Sync DB's?
Список pgsql-general
Gordan Bobic <gordan@bobich.net> writes:
> I'm going to have to rant now. The "dump" and "restore" which use the COPY
> method are actually totally useless for large databases. The reason for
> this is simple. Copying a 4 GB table with 40M rows requires over 40GB of
> temporary scratch space to copy, due to the WAL temp files. That sounds
> totally silly. Why doesn't pg_dump insert commits every 1000 rows or so???

Yup, "rant" is the correct term.  The WAL file growth problem has been
fixed as of 7.1.3, so your premise is false.

            regards, tom lane

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

Предыдущее
От: David Pirotte
Дата:
Сообщение: why do I receive these news-group posts ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [Off-topic, Meta-question] Problems with psql-general list