-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Sharding EMEA 2022-11-14, Sharding EMEA 2022-11-28
During FCV downgrade, we remove all of the global indexes extra collections as well as removing the index version field on config.collections. The update to config.collections does not specify whether the update is ordered or not, which means it uses the default of true. We should explicitly use ordered = false since we do not care about the ordering and ordered updates are slower.