]> granicus.if.org Git - postgis/commit
Improve query performance in cb_getFaceContainingPoint
authorSandro Santilli <strk@keybit.net>
Tue, 31 May 2016 07:22:50 +0000 (07:22 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 31 May 2016 07:22:50 +0000 (07:22 +0000)
commit5aac209e8f1fe3c64a62ae2c51dac46d5b05a585
treef93bb7da7752ac7a5dd1f6e43bd76f4eeebbc5db
parentadadcd5eae8b37b7f9f083f79f52818284b69d0b
Improve query performance in cb_getFaceContainingPoint

Avoids 1 output and 2 parse calls for hexwkb.
Was found reducing runtime from 23 seconds to 16 seconds for
adding a single polygon with a large shell and 129 holes
to an empty topology.

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