| From: | Baldur Norddahl <bbn-pgsql(dot)general(at)clansoft(dot)dk> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | random delays |
| Date: | 2005-12-09 13:29:02 |
| Message-ID: | 4399869E.1030203@clansoft.dk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi,
I noticed that sometimes we seem to have a problem with simple queries
that take a long time to execute. For example "select * from config
where key='abc'" which normally only takes a few milliseconds, but in
some rare cases suddenly takes 10-30 seconds.
It is a production system, so there are always other queries going on.
But the server is not neccessarly loaded when this happens. I can't
think of any reasons that there should be a lock on the tables in question.
Is there a way to find out what the query is waiting for?
We are using postgresql 8.0.3.
Thanks,
Baldur
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martijn van Oosterhout | 2005-12-09 13:40:50 | Re: memory leak under heavy load? |
| Previous Message | Greg Sabino Mullane | 2005-12-09 13:01:54 | GnuPG / PGP signed MD5 and SHA1 checksums for PostgreSQL 8.1.0 |