Opened 10 years ago

Closed 8 years ago

#2860 closed enhancement (duplicate)

PostGis Topology performance improvements

Reported by: remic Owned by: strk
Priority: medium Milestone:
Component: topology Version: 2.1.x
Keywords: Cc:

Description

this is a ticket to track much needed postgis topology performance improvements.

Here are some of the already done improvements, along with estimated gained time factor : http://lists.osgeo.org/pipermail/postgis-tickets/2014-January/003402.html : x3 http://lists.osgeo.org/pipermail/postgis-tickets/2014-January/003422.html : x2

Here are ideas to better accelerate stuff: _index on node.containing_face (could accelerate intersects, addface ,ST_RemEdgeNewFace, ST_RemEdgeModFace,_ST_AddFaceSplit) _batch load mode with disabled check

Change History (3)

comment:1 by strk, 10 years ago

It would be better to have different tickets for different specific improvements. Easier to act on.

comment:2 by strk, 10 years ago

Mailing list thread about index creation is here: http://lists.osgeo.org/pipermail/postgis-devel/2014-July/024410.html

So far there's no evidence of the index improving times of topology building, but rather the contrary (for the creation of topology from simple polygons, and no isolated nodes).

comment:3 by strk, 8 years ago

Resolution: duplicate
Status: newclosed

Index on node.containing_face is covered by #2861, non-checked (batch) load is covered by #2862 I'm closing this out.

Note: See TracTickets for help on using tickets.