]> granicus.if.org Git - postgis/commit
Reduce overhead of ST_Simplify calls against points and multipoints
authorSandro Santilli <strk@keybit.net>
Wed, 21 May 2014 09:46:59 +0000 (09:46 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 21 May 2014 09:46:59 +0000 (09:46 +0000)
commite29722f6688c1cd51d2636bbdac82d078c9c4ed9
tree7827dc6828a0425074a063999f12545468ea7ce0
parent3cc83caacc51179ec8fbaf2c9fa1cbba7b697206
Reduce overhead of ST_Simplify calls against points and multipoints

It takes half the time to run against 800k point records now
(still double the time it takes to return those 800k records directly)

See #2745

git-svn-id: http://svn.osgeo.org/postgis/trunk@12577 b70326c6-7e19-0410-871a-916f4a2858ee
postgis/lwgeom_functions_analytic.c