-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance, Storage
-
None
-
Fully Compatible
-
v4.2
-
Execution Team 2019-06-03, Execution Team 2019-06-17
The collection metadata, which includes an array of index specs is all stored in one document today. With the removal of collection name lengths, we could easily hit the BSON document limit for the collection metadata as each index spec stores the 'ns' field. We could remove this field from the index specs as we already have a 'ns' field for the collection metadata stored in the top-level of the document.
- is related to
-
SERVER-41696 Stop generating the 'ns' field for index spec catalog entries
- Closed