Re: WIP: Automatic view update rules

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIP: Automatic view update rules
Дата
Msg-id 27380.1232153930@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WIP: Automatic view update rules  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> CASE will be quite bad for optimization, and then you might as well go 
> with IS DISTINCT FROM, which is just as bad but simpler.

Definitely avoid CASE if you can.  Although the planner currently knows
nothing about IS DISTINCT FROM, that's fixable in principle.  We'll
probably never be able to optimize CASE conditions very much because of
their special evaluation rules.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Status Report on Hot Standby
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Status Report on SE-PostgreSQL