Changes between Initial Version and Version 1 of Ticket #982, comment 14
- Timestamp:
- Aug 25, 2019, 12:16:49 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #982, comment 14
initial v1 3 3 As I don't understand the underlying algorithm however I'll point out a few things. If you run the test ST_Concavehull query as it currently stands in PostGIS and GEOS and buffer the lines by 10 meters, it is still never completes. I'm not sure that indicates a GEOS problem or not. 4 4 5 Manipulating the _st_concavehull code to remove UnaryUnion fixes the performance but then not everything is encapsulated by the hull.5 Manipulating the _st_concavehull code to remove ST_UnaryUnion fixes the performance but then not everything is encapsulated by the hull. 6 6 7 7 I'll leave it to you folks to determine the cause and the fix, but wanted to provide as much information as possible to help diagnose the cause.