-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
None
-
Query Optimization
-
Execution Team 2019-08-12
Currently, CollectionQueryInfo has the addedIndex() and droppedIndex() methods that are used by others (such as index_build_block) to notify any index changes.
We could change CollectionQueryInfo to detect any index changes by itself. Then index_build_block does not need to depend on CollectionQueryInfo.
- related to
-
SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a member) on Collection object
- Closed