Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance? - Mailing list pgsql-performance

From Florian Weimer
Subject Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?
Date
Msg-id 82bqrl1xwk.fsf@mid.bfk.de
Whole thread Raw
In response to Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?  (Stephen Frost <sfrost@snowman.net>)
Responses 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>)
List 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 by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?
Next
From: Stephen Frost
Date:
Subject: Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?