-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
As of SERVER-119978, we store a collectionType field on OpDebug and use this to derive whether or not the collection is a view. If this information is not populated, the collectionType will be excluded from the operation's slow query log.
Currently, getMore's exclude the collectionType because they do not have view information. If we stored this collectionType value on the cursor and reapplied it to the getMore's OpDebug, we could report it in the slow query log.
- is related to
-
SERVER-114178 Slow query logs on mongos have the wrong collectionType for aggregations on views
-
- Backlog
-
-
SERVER-119978 Remove collectionType field from slow query log on mongos
-
- Closed
-