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

From: Florian Weimer <fweimer(at)bfk(dot)de>
To: Guoping Zhang <guoping(dot)zhang(at)nec(dot)com(dot)au>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?
Date: 2006-07-19 14:18:03
Message-ID: 82bqrl1xwk.fsf@mid.bfk.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bfk(dot)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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Stephen Frost 2006-07-19 14:26:43 Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?
Previous Message Stephen Frost 2006-07-19 14:01:35 Re: Performance penalty for remote access of postgresql (8.1.3)? any experiance?