plain inserts and deletes very slow

From: Enrico Weigelt <weigelt(at)metux(dot)de>
To: postgresql performance list <pgsql-performance(at)postgresql(dot)org>
Subject: plain inserts and deletes very slow
Date: 2005-07-03 22:45:37
Message-ID: 20050703224537.GA9777@nibiru.borg.metux.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


Hi folks,

my application reads and writes some table quite often
(multiple times per second). these tables are quite small
(not more than 20 tuples), but the operations take quite a
long time (>300 ms!).

The query operations are just include text matching (=) and
date comparison (<,>).

I wasn't yet able to track down, if all these queries take
sucha long time or just sometimes. When running them manually
or trying explain, evrything's fast. Probably there could be
some side effects with other concurrent quries.

Could anyone give me advice ?

cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service
phone: +49 36207 519931 www: http://www.metux.de/
fax: +49 36207 519932 email: contact(at)metux(dot)de
---------------------------------------------------------------------
Realtime Forex/Stock Exchange trading powered by postgresSQL :))
http://www.fxignal.net/
---------------------------------------------------------------------

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Enrico Weigelt 2005-07-03 22:57:07 Re: plain inserts and deletes very slow
Previous Message Enrico Weigelt 2005-07-03 22:28:30 Re: investigating slow queries through pg_stat_activity