Re: MS-server <-> Ppostgresql

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: MS-server <-> Ppostgresql
Дата
Msg-id m3ptszhy26.fsf@varsoon.wireboard.com
обсуждение исходный текст
Ответ на Re: MS-server <-> Ppostgresql  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Список pgsql-general
Felipe Schnack <felipes@ritterdosreis.br> writes:

>   Why copy is faster? You can do everything in a transaction turning off
> autocommit...

COPY will still be a little faster because each INSERT statement has
to go through the SQL parser and query planner.  The parsing that COPY
does is a lot simpler.

-Doug

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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: MS-server <-> Ppostgresql
Следующее
От: "Williams, Travis L, NPONS"
Дата:
Сообщение: tcpip connections..