Selectivity estimation for intarray with @@

From: Uriy Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Selectivity estimation for intarray with @@
Date: 2015-05-26 11:58:22
Message-ID: 1529951.MrgHGDLjOD@dinodell
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello.

Attached patch based on:
http://www.postgresql.org/message-id/CAPpHfdssY+qEPDCOvxx-b4LP3ybR+qS04M6-ARgGKNFk3FrFow@mail.gmail.com

and adds selectivity estimation functions to @@ (port from tsquery). Now we
support &&, @>, <@ and @@.
In addition it was written migration to version 1.1 intarray. Because of what
this patch requires my other patch:
http://www.postgresql.org/message-id/14346041.DNcb5Y1inS@dinodell

Alexander Korotkov know about this patch.

Thanks.

--
Uriy Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
selectivity_functions_for_intarray_v1.patch text/x-patch 22.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-05-26 12:05:07 Re: fsync-pgdata-on-recovery tries to write to more files than previously
Previous Message Stephen Frost 2015-05-26 10:53:42 Re: fsync-pgdata-on-recovery tries to write to more files than previously