[postgis-tickets] [PostGIS] #2998: Define a strategy to ensure stats are collected during topology building

PostGIS trac at osgeo.org
Thu Nov 20 03:45:32 PST 2014


#2998: Define a strategy to ensure stats are collected during topology building
-------------------------+--------------------------------------------------
 Reporter:  strk         |       Owner:  strk          
     Type:  enhancement  |      Status:  new           
 Priority:  medium       |   Milestone:  PostGIS Future
Component:  topology     |     Version:  trunk         
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by strk):

 So one idea is for functions like ST_AddEdgeNewFaces, ST_AddEdgeModFaces,
 ST_AddEdge and the like to all use a common "edge adder" function which
 would keep track of how many primitives are added and run ANALYZE <table>
 after every <X> additions in <table>. Since every primitive table has an
 id, driven by a sequence, it could be relatively inexpensive to do, using
 a modulo operation.

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