Re: Prepared statements considered harmful

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DCP SD
Тема Re: Prepared statements considered harmful
Дата
Msg-id E1539E0ED7043848906A8FF995BDA579014DBEBE@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: Prepared statements considered harmful  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
> Anyway, your plan assumes that you have information to work
> with. The current system plans prepared queries with no
> information at all about parameters and people are advocating
> to keep it that way. I think a good first step would be the
> plan on first execution, like Oracle does.

Yup, it is also possible to try to find an obvious plan and only
delay planning (or part of the plan) when different inputs make a
big difference (like MaxDB and Informix).

Andreas


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Prepared statements considered harmful
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: [PATCHES] Interval aggregate regression failure