Postgresql reindex hangs when table is being updated - Mailing list pgsql-general

From deep ...
Subject Postgresql reindex hangs when table is being updated
Date
Msg-id 331363f40609262131u1033a8c1m7b05fd3897a72fb6@mail.gmail.com
Whole thread Raw
Responses Re: Postgresql reindex hangs when table is being updated  (Scott Marlowe <smarlowe@g2switchworks.com>)
List pgsql-general
Hi all,

I'm running a web application supported by postgresql 7.4 on an unix
system. The management part of application requires reindexing of
tables. I see that whenever reindexing runs with the while the table
is getting updated/inserted into, reindexing hangs. I understand this
is because reindexing requires an exclusive lock on the table.


Is there a possible workaround? What else can I do other than stopping
the insertion/update while reindex runs?

Thanks,
Walter

pgsql-general by date:

Previous
From: "Thomas Peter"
Date:
Subject: Re: change the order of FROM selection to make query work
Next
From: "Brandon Aiken"
Date:
Subject: Re: serial column