[postgis-users] postgis topology performance : benchmark of different topological GIS

Rémi Cura remi.cura at gmail.com
Tue Apr 1 02:06:09 PDT 2014


Hey,
the benchmark is completed with CGAL result.
Now only need JTS result ot be complete.

Here is a little comparison :
(32k polylines,21k unique points,  already 'topological'( no need to cut
the lines) ,with a lot of attributes)

Postgis Topology
Postgis Topology (addtopogeom) : 700+ sec for 10k lines, (??about 1600 sec
for 32k lines??)
Postgis Topology (addlinestring) : 240+ sec for 10k lines,  (??about 780
sec for 32k lines??)
Postgis Topology (addnode, addedge) : 80sec for 10 k lines (??about 260sec
for 32k lines??)

Grass Gis 7 :
Importing everything : 10 sec
Importing only geom (no attributes) : 5 sec

Importing everything then Exporting all topologies to postgis topology :
150 sec
Declare postgis topo as external source and fill it with shapefile : 145 sec

Geos : (upper bound measured trough st_polygonize)
ST_Polygonize on everything (aggregates on 32k lines) : about 5 sec

TopoJSON (according to previous thread : postgis topology/60 )
Importing geometry (extrapolated) : about 30 sec?

CGAL (half edge, exact kernel) :
4 sec in batch mode (inserting all lines at once)
an hour (?) in line by line insertion

Geoxygene (JTS) :
??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20140401/68cc7cc1/attachment.html>


More information about the postgis-users mailing list