Re: Impossibly slow DELETEs

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: schampailler(at)easynet(dot)be, pgsql-performance(at)postgresql(dot)org
Subject: Re: Impossibly slow DELETEs
Date: 2003-11-26 17:11:34
Message-ID: 87vfp7vyux.fsf@stark.dyndns.tv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Hannu Krosing 2003-11-26 17:33:08 Re: why index scan not working when using 'like'?
Previous Message William Yu 2003-11-26 16:44:59 Re: Maximum Possible Insert Performance?