Re: Impossibly slow DELETEs - Mailing list pgsql-performance

From Greg Stark
Subject Re: Impossibly slow DELETEs
Date
Msg-id 87vfp7vyux.fsf@stark.dyndns.tv
Whole thread Raw
In response to Re: Impossibly slow DELETEs  (Neil Conway <neilc@samurai.com>)
List pgsql-performance
Is it possible another connection has updated the record and not committed,
and it takes a minute for the connection to time out and commit or roll back?

--
greg

pgsql-performance by date:

Previous
From: William Yu
Date:
Subject: Re: Maximum Possible Insert Performance?
Next
From: Hannu Krosing
Date:
Subject: Re: why index scan not working when using 'like'?