v.23.5New Feature
Geographical Data Types Production-Ready
Geographical data types (Point,Ring,Polygon, andMultiPolygon) are production-ready. #50022 (Alexey Milovidov).
Why it matters
This feature provides native support for common geographical data types, enabling users to efficiently store, query, and analyze spatial data within ClickHouse. It solves the problem of managing geospatial information by offering robust and optimized data types tailored for geographical applications.How to use it
Users can start leveraging these geographical data types by defining columns with types likePoint, Ring, Polygon, or MultiPolygon in their tables. These types can then be used in INSERT, SELECT, and spatial queries directly.