Re: Weird query plan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Weird query plan
Дата
Msg-id 4970.1063827252@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Weird query plan  (Dmitry Tkach <dmitry@openratings.com>)
Ответы Re: Weird query plan  (Dmitry Tkach <dmitry@openratings.com>)
Список pgsql-general
Dmitry Tkach <dmitry@openratings.com> writes:
> Also, I have another copy (not exact copy, but identical schema, and
> similar content... but about twice smaller) of the original database...
> I tried my query on it, and it works right too.

> So, there must be something wrong with that particular database I suppose...

Hmm.  Take a look at the pg_stats statistics for the id columns in each
case.  Could the ones for the misbehaving tables be out of whack
somehow?  I'm wondering for example if the planner discounted the >=
condition because it thought it would match all the rows.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: State of Beta 2
Следующее
От: david_shadovitz@xontech.com (David Shadovitz)
Дата:
Сообщение: Where are PL/pgSQL functions stored?