Re: subselect query time and loops problem

Поиск
Список
Период
Сортировка
От Ragnar Hafstað
Тема Re: subselect query time and loops problem
Дата
Msg-id 1113154144.7444.49.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: subselect query time and loops problem  (pankaj naug <pankajnaug@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: pankaj naug
Дата:
Сообщение: Re: subselect query time and loops problem
Следующее
От: Craig Addleman
Дата:
Сообщение: Re: DROP TYPE without error?