-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
ALL
Allow simultaneous creation of multiple indexes (same as done during initial sync or repair) via ensureIndex. This would be useful when creating multiple indexes on the same collection without having to do multiple passes.
ensureIndexes([{{keys1},{options1}}, {{keys2},{options2}}])
- duplicates
-
SERVER-1627 add createIndexes command
- Closed
- related to
-
SERVER-3160 replication initial sync should use the fast compact command code to build indexes
- Closed