Re: [BUGS] (some) Indexes ignored after long-running UPDATE and REINDEX at the same time (8.3.6)

2009-03-08 Thread Gregory Stark
Tom Lane writes: > Gregory Stark writes: >> Marinos Yannikos writes: >>> I had a strange problem this morning - I started a long-running UPDATE on a >>> heavily indexed table with about 8m rows last night to test a trigger-based >>> queue (PgQ): > >> I think you were bitten by a gotcha with new

Re: [BUGS] (some) Indexes ignored after long-running UPDATE and REINDEX at the same time (8.3.6)

2009-03-08 Thread Tom Lane
Gregory Stark writes: > Marinos Yannikos writes: >> I had a strange problem this morning - I started a long-running UPDATE on a >> heavily indexed table with about 8m rows last night to test a trigger-based >> queue (PgQ): > I think you were bitten by a gotcha with newly created indexes and "hea

Re: [BUGS] (some) Indexes ignored after long-running UPDATE and REINDEX at the same time (8.3.6)

2009-03-08 Thread Gregory Stark
Marinos Yannikos writes: > Hi, > > I had a strange problem this morning - I started a long-running UPDATE on a > heavily indexed table with about 8m rows last night to test a trigger-based > queue (PgQ): > > UPDATE eintrag SET mtime=mtime; I think you were bitten by a gotcha with newly created i

[BUGS] (some) Indexes ignored after long-running UPDATE and REINDEX at the same time (8.3.6)

2009-03-08 Thread Marinos Yannikos
Hi, I had a strange problem this morning - I started a long-running UPDATE on a heavily indexed table with about 8m rows last night to test a trigger-based queue (PgQ): UPDATE eintrag SET mtime=mtime; This took about 12 hours, during this time our nightly REINDEX script ran (successfully).