-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.0.5
-
Component/s: Geo, Index Maintenance
-
None
-
ALL
-
When I run a query on an indexed location field (which contains geoJSON points) I notice that the query is doing a collection scan. Deleting the index and running the query takes about 5 minutes. After adding the index back again, the query still takes about 5 minutes. Here are the steps I've taken to debug:
http://www.andrewkouri.com/debugging-mongodbs-2dsphere-geoindex/