Re: won't drop the view - Mailing list pgsql-sql

From Tom Lane
Subject Re: won't drop the view
Date
Msg-id 8922.1008638480@sss.pgh.pa.us
Whole thread Raw
In response to Re: won't drop the view  ("Josh Berkus" <josh@agliodbs.com>)
List pgsql-sql
"Josh Berkus" <josh@agliodbs.com> writes:
> Damn.  I can only really help with the obvious things, and you've
> covered most of those.  That view should take a long time, given the
> complexity ... but a long time is 30-60 seconds, not 10 minutes.

I'm guessing it's ye olde stupid-choice-of-plan kind of problem.
Unless I missed it, we have not been shown the plan currently being
used (no, the first four lines don't do it for me...)

You could probably get back to the previous, not-so-slow plan choice
by doing "DELETE FROM pg_statistic" to remove the data collected by
VACUUM ANALYZE.  A comparison of the EXPLAIN output in that state
vs. the EXPLAIN output in the analyzed state might be enlightening.
        regards, tom lane


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: won't drop the view
Next
From: S P Arif Sahari Wibowo
Date:
Subject: Operation on bit strings with different length