Re: [HACKERS] Postgres Speed or lack thereof - Mailing list pgsql-hackers

From Tom
Subject Re: [HACKERS] Postgres Speed or lack thereof
Date
Msg-id Pine.BSF.4.05.9901171910380.28683-100000@misery.sdf.com
Whole thread Raw
In response to Re: [HACKERS] Postgres Speed or lack thereof  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Postgres Speed or lack thereof  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, 17 Jan 1999, Tom Lane wrote:

> I tried this myself and found that wrapping BEGIN/END around a series of
> INSERT statements didn't make much difference at all.
 Using what API?  Some APIs control autocommit for you, so execing
"BEGIN" and "END" commands may not do anything.  You might want to check
your API for a way to set autocommit off.  In fact, I would suggest that
you never use BEGIN and END except via cli.

Tom



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Postgres Speed or lack thereof
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Postgres Speed or lack thereof