Re: plpgsql plan cache

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpgsql plan cache
Дата
Msg-id 1801.1266873658@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plpgsql plan cache  (Joel Jacobson <joel@gluefinance.com>)
Список pgsql-performance
Joel Jacobson <joel@gluefinance.com> writes:
> Hm, it is strange the query planner is using two different strategies
> for the same query?

They're not the same query.  One plan is generic for any value of the
parameters, the other is chosen for specific values of those parameters.
In particular, the unparameterized query depends very strongly on the
knowledge that not many rows will meet the RecordDate range constraint.
If you picked dates that were further apart you'd probably get something
that looked more like the other plan.

            regards, tom lane

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

Предыдущее
От: Joel Jacobson
Дата:
Сообщение: Re: plpgsql plan cache
Следующее
От: Nikolas Everett
Дата:
Сообщение: Re: plpgsql plan cache