Re: subselect query time and loops problem - Mailing list pgsql-sql

From Ragnar Hafstað
Subject Re: subselect query time and loops problem
Date
Msg-id 1113154144.7444.49.camel@localhost.localdomain
Whole thread Raw
In response to Re: subselect query time and loops problem  (pankaj naug <pankajnaug@yahoo.com>)
List pgsql-sql
On Sun, 2005-04-10 at 07:54 -0700, pankaj naug wrote:
> [quoting Tom] 
> >Evidently one has been analyzed much more recently than the other,
> because the estimated row counts are wildly different.
>  
> Both the explain/analyse queries has been run at the same time.

in that case, is the data the same?
if so, what about STATISTICS settings for relevant columns?

just to make things clear, have both databases have been
ANALYZEd or VACUUM ANALYZEd recently ? (in case your
'explain/analyse' only refers to a EXPLAIN ANALYZE)

gnari




pgsql-sql by date:

Previous
From: pankaj naug
Date:
Subject: Re: subselect query time and loops problem
Next
From: Craig Addleman
Date:
Subject: Re: DROP TYPE without error?