Search Postgresql Archives

Re: deadlock while re-indexing table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 12-Feb-08, at 5:05 PM, Tom Lane wrote:

Dave Cramer <pg@xxxxxxxxxxxxx> writes:
The other process is inserting into the user_profile table.

Did either transaction do anything else in the same transaction
previously?

It would appear that the insert is running before the reindex starts.

That's not possible --- if it had been, the insert would already have
RowExclusiveLock on the table, which would have blocked the reindex
from acquiring ShareLock on the table.  The reindex must already have
that, since it's trying to acquire AccessExclusiveLock on one of the
indexes, so there can't be any active inserts on the table.

I suspect the other process must be doing a series of selects in one
transaction that use indexes of the table in some random order, but
that's just an educated guess at this point.

BTW, what PG version is this?

8.2.5


Dave


---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux