Re: plain inserts and deletes very slow

From: Klint Gore <kg(at)kgb(dot)une(dot)edu(dot)au>
To: weigelt(at)metux(dot)de
Cc: postgresql performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Re: plain inserts and deletes very slow
Date: 2005-07-04 23:36:02
Message-ID: 42C9C7E278.E5BFKG@129.180.47.120
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, 4 Jul 2005 10:59:03 +0200, Enrico Weigelt <weigelt(at)metux(dot)de> wrote:
> * David Mitchell <david(dot)mitchell(at)telogis(dot)com> wrote:
>
> Hi,
>
> > Hmm, you said you don't experience this when executing the query
> > manually. What adapter are you using to access postgres from your
> > application? libpq, npgsql or something else?
>
> huh, its a delphi application ... (I didnt code it).

Turn on statement logging. I've seen delphi interfaces do extra queries
on system tables to find some structure information.

The available interfaces for delphi that I know of are vitavoom's
dbexpress (you should be able to find dbexppge.dll), zeos (you'll have
to grep the executable), ODBC using ADO or bde, Or dot net.

klint.

+---------------------------------------+-----------------+
: Klint Gore : "Non rhyming :
: EMail : kg(at)kgb(dot)une(dot)edu(dot)au : slang - the :
: Snail : A.B.R.I. : possibilities :
: Mail University of New England : are useless" :
: Armidale NSW 2351 Australia : L.J.J. :
: Fax : +61 2 6772 5376 : :
+---------------------------------------+-----------------+

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message David Gagnon 2005-07-05 00:29:50 Re: Why the planner is not using the INDEX .
Previous Message Stephan Szabo 2005-07-04 20:27:41 Re: Why the planner is not using the INDEX .