[postgis-tickets] [PostGIS] #2839: Improve raster selectivity estimator
PostGIS
trac at osgeo.org
Mon Jul 14 10:19:45 PDT 2014
#2839: Improve raster selectivity estimator
-------------------------+--------------------------------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone:
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
As discussed in #1828 the selectivity estimator does noo support
functional comparison, but for the raster case functional is the only
possible index, and the histogram is already based on that exact same
function.
This ticket is to find out if it's possible to check if the function used
in the query is the same used to build the index. When that's the case,
the estimator should behave exactly as if the query was not functional.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2839>
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