[postgis-tickets] [PostGIS] #3200: Make ST_Subdivide faster
PostGIS
trac at osgeo.org
Thu Jul 16 16:46:24 PDT 2015
#3200: Make ST_Subdivide faster
---------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
The algorithm under subdivide is actually stupid, full of overthought
false economies. A simpler approach is both faster and shorter (codewise).
Don't worry about creating interim geometries you have to throw away,
working against smaller geometries will more than pay for itself.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3200>
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