Re: uh-oh - Mailing list pgsql-novice

From Philip Hallstrom
Subject Re: uh-oh
Date
Msg-id 20060611172745.K95440@bravo.pjkh.com
Whole thread Raw
In response to uh-oh  (Tom Allison <tallison@tacocat.net>)
Responses Re: uh-oh  (Tom Allison <tallison@tacocat.net>)
List pgsql-novice
> I think I screwed up.
>
> I was running something in the background to update a table based on the jobs
> output (once every 1-10 seconds) and while that was running I created an
> index on the same table.
>
> Now that index is not used according to explain plans.
> It does show up when I type '\di'
> But I can't DROP INDEX.
>
> I think I'm in some trouble but I don't know how much.

Have you vacuum analyzed that table?  Maybe the statistics still think a
table scan is the best option?

pgsql-novice by date:

Previous
From: "Jaime Casanova"
Date:
Subject: Re: SQL comments
Next
From: "Greg"
Date:
Subject: Question about stored procedures