[postgis-tickets] [PostGIS] #2452: KNN Gist for geography
PostGIS
trac at osgeo.org
Thu Aug 29 22:57:38 PDT 2013
#2452: KNN Gist for geography
-------------------------+--------------------------------------------------
Reporter: robe | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: 2.0.x
Keywords: |
-------------------------+--------------------------------------------------
Comment(by robe):
Iffy sounds like an iffy "no way". Would this option be better than doing
{{{
SELECT ... ORDER BY a.geom_4326 <-> b.geom_4326
}}}
If not then I guess not worth the effort. The never return exact results
doesn't bother me so much since for most cases, people use this as a first
hope anyway and not the final. Anyway probably something to vote on
rather than do blindly.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2452#comment:2>
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