Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?
Дата
Msg-id 82bqrl1xwk.fsf@mid.bfk.de
обсуждение исходный текст
Ответ на Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?  (Stephen Frost <sfrost@snowman.net>)
Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?  ("Guoping Zhang" <guoping.zhang@nec.com.au>)
Список pgsql-performance
* Stephen Frost:

> Actually, can't you stick multiple inserts into a given 'statement'?
> ie: insert into abc (123); insert into abc (234);

IIRC, this breaks with PQexecParams, which is the recommended method
for executing SQL statements nowadays.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Durlacher Allee 47            tel: +49-721-96201-1
D-76131 Karlsruhe             fax: +49-721-96201-99

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?