Re: Prepared statements considered harmful

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Prepared statements considered harmful
Дата
Msg-id 200608311530.26423.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Prepared statements considered harmful  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-hackers
Am Donnerstag, 31. August 2006 15:18 schrieb Andreas Pflug:
> Not to mention problems with outdated plans after schema changes. Using
> views unplanned (replanned) when used in joins could lead to improved
> resulting plans (e.g. if the view contains outer joins itself).

Views don't contain execution plans.  I don't see how this is relevant.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Prepared statements considered harmful
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Prepared statements considered harmful