Advanced object-relational SQL database engine
PostgreSQL is an open-source database hosting complex SQL queries, customizable types index structures, and geo-spatial queries (PostGIS).
CREATE INDEX idx_user_geo ON users USING gist(geom_location);