[postgis-tickets] [PostGIS] #5097: GetClosestEdge callback failing to use an index
PostGIS
trac at osgeo.org
Tue Feb 15 05:08:39 PST 2022
#5097: GetClosestEdge callback failing to use an index
----------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.3.0
Component: topology | Version: 3.2.x
Keywords: |
----------------------+---------------------------
As reported in https://github.com/postgis/postgis/pull/666 the
getClosestEdge callback query is failing to use the gist index on
edge_data due to the presence of a second column in the ORDER BY
specification.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5097>
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