Re: Brain dump: btree collapsing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Brain dump: btree collapsing
Дата
Msg-id 5806.1046461909@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Brain dump: btree collapsing  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-hackers
"scott.marlowe" <scott.marlowe@ihs.com> writes:
> not being able to use constants in functional indexes is a giant pain as 
> well.

ISTM the appropriate way to attack this is to replace "functional
indexes" with "expressional indexes", wherein the value indexed
is anything that can be computed by a simple scalar expression (no
aggregates, no sub-selects, only immutable functions/operators).
This'd be a direct superset of what we can do now.

I haven't studied it in detail but I think this would not be a
terribly large project.
        regards, tom lane


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

Предыдущее
От: Brandon Craig Rhodes
Дата:
Сообщение: result relation used anymore?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: result relation used anymore?