COPY versus INSERT

Поиск
Список
Период
Сортировка
От Jay O'Connor
Тема COPY versus INSERT
Дата
Msg-id 20030513192324.C1258@altaica
обсуждение исходный текст
Ответы Re: COPY versus INSERT  ("scott.marlowe" <scott.marlowe@ihs.com>)
Re: COPY versus INSERT  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
I'm loading a database with a lot of data from an external source (I'm
convertin all my data to postgresql)

Right now I'm just connecting to the database and issuing a whole lot of
INSERTS and this is taking longer than I had planned.

Would it be faster to just dump my database ina tab delimited format and
use a COPY FROM or psql /copy command?

Thanks

Take care,
Jay

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

Предыдущее
От: "D. Dante Lorenso"
Дата:
Сообщение: Re: Serialization, Locking...implement processing Queue with a table
Следующее
От: "D. Dante Lorenso"
Дата:
Сообщение: Re: Serialization, Locking...implement processing Queue with a table