slides/mongodb/introducing-2dsphere.xml
MongoDB 2.4: Introducing 2dsphere
4/39
Geo features in MongoDB 2.2
No Title Text for this slide yet
  • • Lines, Polygons and Points can be indexed.
  • • Multiple geo fields can be indexed:
  • • Find me air routes where the start is within 10 miles of Trafalgar Square and the end is within 10 miles of Edinborough.
  • • Geo field doesn't have to be first indexed field.
  • • Speeds up certain queries a lot.
  • • Almost no driver changes needed, since only added new queries.