Changes between Version 2 and Version 3 of UsersWikiCascadeUnion
- Timestamp:
- 04/15/09 08:26:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiCascadeUnion
v2 v3 9 9 In general I have found it to be 5-10 times faster than the built-in ST_Union aggregate function and also it finishes to completion in many cases where the built-in one runs out of memory. 10 10 11 The code can be downloaded from [http://www.bostongis.com/downloads/upgis_cascadeunion_functions_plpgsql.zip | http://www.bostongis.com/downloads/upgis_cascadeunion_functions_plpgsql.zip]11 The code can be downloaded from [http://www.bostongis.com/downloads/upgis_cascadeunion_functions_plpgsql.zip] 12 12 13 13 It is loosely based on the concepts used in JTS 1.9 Union Operator (aka Cascaded Union) which is described at 14 14 15 [http://lin-ear-th-inking.blogspot.com/2007/11/fast-polygon-merging-in-jts-using.html | http://lin-ear-th-inking.blogspot.com/2007/11/fast-polygon-merging-in-jts-using.html]15 [http://lin-ear-th-inking.blogspot.com/2007/11/fast-polygon-merging-in-jts-using.html] 16 16 17 17 Example use: