Re: ineffiency of pg_restore

Поиск
Список
Период
Сортировка
От Jie Liang
Тема Re: ineffiency of pg_restore
Дата
Msg-id 7C760DAA511DC74B99E7D22189F786F101BF2165@mail01.stbernard.com
обсуждение исходный текст
Ответ на ineffiency of pg_restore  (Jie Liang <jie@stbernard.com>)
Ответы Re: ineffiency of pg_restore
Список pgsql-admin
I use:
pg_dump -Fc -d urldb > urldb.out.020810
I can make another test and get the log




Jie Liang

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Monday, August 12, 2002 3:38 PM
To: Jie Liang
Cc: 'Bruce Momjian '; 'pgsql-admin@postgresql.org ';
'pgsql-bugs@postgresql.org'
Subject: Re: [ADMIN] ineffiency of pg_restore


Jie Liang <jie@stbernard.com> writes:
> pg_restore give admin a lot of flexabilities, it can restore any object
> from a single dump file. But if the table is very big, e.g. 2M records,
> it will take a long time to restore because it use INSERTs.

This is demonstrably not the case --- at least not by default.  You
get the same commands you would've gotten from pg_dump.  Sure you
didn't create the dump file with "-d" ?

            regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ineffiency of pg_restore
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ineffiency of pg_restore