[postgis-tickets] [PostGIS] #2862: PostGis Topology performance improvements : batch loading mode
PostGIS
trac at osgeo.org
Sat Sep 24 03:08:29 PDT 2016
#2862: PostGis Topology performance improvements : batch loading mode
--------------------------+----------------------------
Reporter: remic | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: topology | Version: 2.1.x
Resolution: | Keywords:
--------------------------+----------------------------
Comment (by strk):
FYI: I've been working on a function to "polygonize" correctly linked
edges. Doesn't go all the way there (edge linking still has to be
performed one by one) but may speedup the process significatively. I guess
the interface for batch-loading would be the ISO ST_CreateTopoGeo
function: http://postgis.net/docs/ST_CreateTopoGeo.html
The recent polygonization work (registerFaces) can be found here:
https://git.osgeo.org/gogs/strk/postgis/src/batch-topo-all-in-ram
It exposes a TopoGeo_addLinestringNoFace (one by one) and a registerFaces
(all in ram)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/2862#comment:4>
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