The document discusses geospatial analytics at Uber using Presto. Presto is an interactive SQL query engine that allows for fast querying of large datasets. The document outlines how Presto was optimized for geospatial queries using quadtree indexing to efficiently filter spatial data and speed up queries involving spatial functions like ST_Contains. This improved query performance for geospatial queries in Presto by 60x compared to the previous approach using Hive.