[postgis-tickets] [PostGIS] #3000: Edge linking does not use index

PostGIS trac at osgeo.org
Mon Dec 29 04:03:09 PST 2014


#3000: Edge linking does not use index
-------------------------+--------------------------------------------------
 Reporter:  strk         |       Owner:  strk         
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.2.0
Component:  topology     |     Version:  trunk        
 Keywords:  performance  |  
-------------------------+--------------------------------------------------

Comment(by strk):

 The SQL query is in the ST_ModEdgeSplit function (and similar one appears
 in ST_NewEdgeSplit). This means the penalty only occurs on edge splitting,
 which should only happen when adding an edge which intersects an existing
 one.

 Hint for testing: use ST_ModEdgeSplit and ST_ModEdgeHeal iteratively while
 changing query/indexes.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3000#comment:3>
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