-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Diagnostics, Querying
The server should log when a new shape is added to the query plan cache for a given collection.
The following operations on the query plan cache are currently logged at log level 1. We should consider adding these to QLOG and/or bubbling them up to log level 0 under certain (TBD) circumstances:
- clearing the cache
- changing the plan for a shape in the cache ("feedback")
- evicting a shape from the cache
- duplicates
-
SERVER-17525 Remove QLOG() macro
- Closed
- related to
-
SERVER-13220 Add and expose statistics to new query framework
- Backlog