-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The mongo_cc_library query_exec includes some header files that are irrelevant to query planning or query execution. This library is considerably large, and the presence of unrelated headers can lead downstream dependents to import these headers from query_exec instead of directly declaring their dependencies. To improve dependency management, we should remove the headers that do not belong to `query_exec` and update the downstream dependents accordingly.