Re: [HACKERS] Postgres Speed or lack thereof

From: Tom <tom(at)sdf(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: John Holland <jholland(at)isr(dot)umd(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Postgres Speed or lack thereof
Date: 1999-01-18 03:14:05
Message-ID: Pine.BSF.4.05.9901171910380.28683-100000@misery.sdf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom 1999-01-18 03:23:15 Re: [HACKERS] Postgres Speed or lack thereof
Previous Message Bruce Momjian 1999-01-18 03:03:41 Re: [HACKERS] doc/FAQ* files are hosed