I'm trying to use Spatial Index to get optimal performance on Geometry data and ended up with an error.
Please find the index and table definition and the query which fails while using the spatial index.
DBS v13.10.04.12
1. Spatial Index
REPLACE FUNCTION SYSSPATIAL.tessellate_index
(
o_xmin DOUBLE PRECISION,
o_ymin DOUBLE PRECISION,
o_xmax DOUBLE PRECISION,
o_ymax DOUBLE PRECISION,
↧