| От | Tom Lane |
|---|---|
| Тема | Re: Effects of GUC settings on automatic replans |
| Дата | |
| Msg-id | 12482.1174499172@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Effects of GUC settings on automatic replans (Jan Wieck <JanWieck@Yahoo.com>) |
| Ответы |
Re: Effects of GUC settings on automatic replans
|
| Список | pgsql-hackers |
Jan Wieck <JanWieck@Yahoo.com> writes:
> On 3/20/2007 1:11 PM, Tom Lane wrote:
>> search_path
>> add_missing_from
>> transform_null_equals
>> sql_inheritance
> Don't we actually store the parsetree in the query cache, and doesn't
> that actually make a lot of the above rather NOT affect the resulting
> plan any more?
No, what the code now does is to store the raw grammar output --- a
replan includes a fresh pass through parse_analyze. This must happen
if we want the thing to cope with dropping and replacing temp tables,
which is one of the main use-cases ...
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера