Re: New feature: accumulative functions.

From: pasman pasmański <pasman(dot)p(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: New feature: accumulative functions.
Date: 2011-09-25 22:29:07
Message-ID: CAOWY8=bMA2U1DVHojPus61-C2_yU7em7B4N2RLvSjGaHfr+Big@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Uwe Schroeder 2011-09-26 02:48:58 Re: (another ;-)) PostgreSQL-derived project ...
Previous Message Karsten Hilbert 2011-09-25 22:04:56 Re: (another ;-)) PostgreSQL-derived project ...