Re: constraint exclusion analysis caching

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: constraint exclusion analysis caching
Дата
Msg-id 1210338309.22165.7.camel@PCD12478
обсуждение исходный текст
Ответ на constraint exclusion analysis caching  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Fri, 2008-05-09 at 08:47 -0400, Andrew Dunstan wrote:
> However, I wondered if we couldn't mitigate this by caching the results 
> of constraint exclusion analysis for a particular table + condition. I 
> have no idea how hard this would be, but in principle it seems silly to 
> keep paying the same penalty over and over again.

This would be a perfect candidate for the plan-branch based on actual
parameters capability, in association with globally cached plans
mentioned here:

http://archives.postgresql.org/pgsql-hackers/2008-04/msg00920.php

Cheers,
Csaba.




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: constraint exclusion analysis caching
Следующее
От: David Fetter
Дата:
Сообщение: Re: Auto-updated fields