[postgis-devel] [PostGIS] #880: topology.AddFace speed up using prepared geometries

PostGIS trac at osgeo.org
Tue Mar 22 04:27:00 PDT 2011


#880: topology.AddFace speed up using prepared geometries
-------------------------+--------------------------------------------------
 Reporter:  strk         |       Owner:  strk         
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  topology     |     Version:  trunk        
 Keywords:               |  
-------------------------+--------------------------------------------------
 I belive the current topology.AddFace could be pretty much faster than it
 is, especially for big polygons, composed by many edges, if the code used
 prepared geometries implementation rather than computing full intersection
 matrix for each candidate edge.

 Early tests show improvements of up to 45%.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/880>
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-devel mailing list