Re: Load data from a csv file without using COPY

Поиск
Список
Период
Сортировка
От Ravi Krishna
Тема Re: Load data from a csv file without using COPY
Дата
Msg-id BA19C38F-C515-4F58-92E5-2C3473A9E604@yahoo.com
обсуждение исходный текст
Ответ на Re: Load data from a csv file without using COPY  (Steve Atkins <steve@blighty.com>)
Ответы Re: Load data from a csv file without using COPY
Re: Load data from a csv file without using COPY
RE: Load data from a csv file without using COPY
Список pgsql-general
>
> If performance is relevant then your app should probably be using COPY protocol, not line by line inserts. It's
> supported by most postgresql access libraries. If your app does that then using "\copy" from psql would be
> an appropriate benchmark.

Actually the reluctance to not use COPY is to make the benchmark same across two different RDBMS in
two diff env.

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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: Load data from a csv file without using COPY
Следующее
От: Ravi Krishna
Дата:
Сообщение: Re: Load data from a csv file without using COPY