Geospatial search
Querying Geospatial Data
Function
Description
MATCH Predicate
sqlCopierModifier-- Find parks that intersect with a given region
SELECT name
FROM parks
WHERE MATCH(area) AGAINST('INTERSECTS POLYGON ((...))');Example: Finding Nearby Cities
Indexing Strategies
Index Type
Description
Performance Note
Last updated

