-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
-
ALL
-
v8.0, v7.0, v6.0
When a find is run on a view with explain, query stats logs the resolved aggregation. This is wrong for two reasons:
1) find on a view should be logged as a find command by query stats, not the resolved aggregation
2) find explain should not be captured by query stats
The impact of this will be extra (and misleading) query stats entries.
- related to
-
SERVER-94627 Refactor the assignment of responsibilities for query stats collection
- Open