-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.6.6
-
Component/s: Geo, Index Maintenance
-
None
-
Fully Compatible
-
ALL
-
If I try to index two fields that are arrays without the presence of a 2dsphere index, when I try to insert a document, I predictably get the errmsg "insertDocument :: caused by :: 10088 cannot index parallel arrays [field1] [field2]".
If I create the index with a 2dsphere in it, it allows such insertions, and it appears that it even uses the index in the query plan!
- related to
-
SERVER-826 Allow indexing of several arrays
- Backlog