Re: Row locking during UPDATE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David F(dot) Skoll" <dfs(at)roaringpenguin(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Row locking during UPDATE
Date: 2003-09-04 15:25:08
Message-ID: 28514.1062689108@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"David F. Skoll" <dfs(at)roaringpenguin(dot)com> writes:
>> Which process does have the row lock, and why isn't it completing its
>> transaction?

> I don't know the details of PostgreSQL's implementation, but it seems
> that when lots of processes are waiting to update the same row, it
> gets incredibly slow.

Hmm. That might represent a fixable bug. How many is "lots"? Can you
give a self-contained test case?

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sam Barnett-Cormack 2003-09-04 15:32:26 Re: Row locking during UPDATE
Previous Message Marc Mitchell 2003-09-04 15:22:42 Recovery assistence....