[postgis-tickets] [PostGIS] #4404: Support Function for Selectivity
PostGIS
trac at osgeo.org
Mon May 27 10:32:41 PDT 2019
#4404: Support Function for Selectivity
---------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: assigned
Priority: blocker | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
Fun quirk of using support functions instead of inlined op+function
combination: instead of getting operator selectivity in our join/filters
we are now getting the function selectivity. That means they are WRONG,
very WRONG. So now we need to bind the support functions into the usual
selectivity mechanisms so they can return correct selectivity. Hopefully
support functions and selectivity understand join context as well as scan
context.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4404>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list