Comments - SPATIAL INDEX

9 years, 7 months ago Federico Razzoli

As a MariaDB user I agree, but did you consider using a special geometry value instead of NULL? For example, a POINT(0,0). Of course this can be done if you'll never need a "real" point at 0, 0.

 
4 years, 5 months ago Chris Hennick

Why not use otherwise-out-of-bounds instead? For geocoordinates measured in degrees, one could use POINT(-720,-720).

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.