[postgis-tickets] [PostGIS] #4469: ST_ConcaveHull Runtime

PostGIS trac at osgeo.org
Sun Aug 25 07:49:23 PDT 2019


#4469: ST_ConcaveHull Runtime
-----------------------+--------------------------
  Reporter:  tsw       |      Owner:  pramsey
      Type:  defect    |     Status:  new
  Priority:  critical  |  Milestone:  PostGIS GEOS
 Component:  postgis   |    Version:  2.5.x
Resolution:            |   Keywords:
-----------------------+--------------------------

Comment (by tsw):

 I've further tested this today and calls to public.ST_UnaryUnion in
 ST_Concave hull don't make any difference as they are only applied to
 polgyon geometries, and in this case, lines are the problem.

 HOWEVER, the ST_UnaryUnion call made at the end of _st_concavehull added
 in response to issue 3638 is the source of this problem. If this is
 commented out the query runs instantly. Not sure if there is another way
 to address 3638, but this change causes the slowdown I document here.

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