-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
Currently the collectQueryStatsMongo* functions are defined in cursor-related files that are owned by QE. This is because the functions depend on the cursor classes, which are a part of the query_exec library - not a dependency of the query_stats library (either because of cycles or just making it unnecessarily bloated).
We should consider moving these helper functions into their own files that can still be compiled into the query_exec library but that will be under QI code ownership rather than QE.
- depends on
-
SERVER-94873 Change QI owners lists to github teams
- Closed