[postgis-tickets] [PostGIS] #5111: Topology ChangeEdgeGeometry slow at updating face MBR

PostGIS trac at osgeo.org
Thu Mar 3 05:26:53 PST 2022


#5111: Topology ChangeEdgeGeometry slow at updating face MBR
-------------------------+---------------------------
 Reporter:  strk         |      Owner:  strk
     Type:  enhancement  |     Status:  new
 Priority:  medium       |  Milestone:  PostGIS 3.3.0
Component:  topology     |    Version:  3.2.x
 Keywords:  performance  |
-------------------------+---------------------------
 When ST_ChangeEdgeGeometry is invoked, eitehr directly or due to snapping
 upon adding a node, the minimum bounding rectangle for the faced bound by
 the changed edge are being updated by computing the full geometry of the
 face, which is a slow operation. An opportunity exists to speed up this
 operation by only fetching exterior edges, so big faces with many holes
 won't slow down editing operations.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5111>
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