Re: pg_dump / load seems really slow..

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump / load seems really slow..
Дата
Msg-id 9732.1207431743@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump / load seems really slow..  (Chad <chadrosen@gmail.com>)
Список pgsql-general
Chad <chadrosen@gmail.com> writes:
> export:

> pg_dump forums --data-only --no-owner -t foo > <output file>

> The load step seems really slow.

Don't use --data-only.  Or if you must, look into dropping and
recreating indexes and foreign keys.  See

http://www.postgresql.org/docs/8.3/static/populate.html

(or the corresponding page for whatever PG version you are using).

            regards, tom lane

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

Предыдущее
От: Kev
Дата:
Сообщение: drop database regardless of connections
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Text Search Configuration Problem