Re: New feature: accumulative functions.

Поиск
Список
Период
Сортировка
От pasman pasmański
Тема Re: New feature: accumulative functions.
Дата
Msg-id CAOWY8=bMA2U1DVHojPus61-C2_yU7em7B4N2RLvSjGaHfr+Big@mail.gmail.com
обсуждение исходный текст
Ответ на Re: New feature: accumulative functions.  (pasman pasmański <pasman.p@gmail.com>)
Список pgsql-general
I write small summary.

Feature details: additional flags for monotonical functions. Learn
planner to use them. New node in execution plan - functional index
scan.

Pro: single btree index may be used in many expressions containing
only monotonnical functions.

Contra: big developement effort. No new functionalities - functional
or gist index does the same work. Not for all encodings. Unknown
performance advantages.


------------
pasman

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

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: (another ;-)) PostgreSQL-derived project ...
Следующее
От: Eduardo Morras
Дата:
Сообщение: Re: looking for a faster way to do that