File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ Starting in MongoDB 5.1 (and 4.4.4 and 4.2.12), when a
2+ :dbcommand: `getMore ` command is logged as a :ref: `slow query
3+ <log-message-slow-ops>`, the :ref: `queryHash <query-hash >` and
4+ :ref: `planCacheKey <plan-cache-key >` fields are added to the :ref: `slow
5+ query log message <log-message-slow-ops>` and the :doc: `profiler log
6+ message </tutorial/manage-the-database-profiler>`.
Original file line number Diff line number Diff line change @@ -216,3 +216,7 @@ For :doc:`multi-document transactions </core/transactions>`:
216216
217217.. include:: /includes/extracts/transactions-operations-getMore.rst
218218
219+ Slow Queries
220+ ~~~~~~~~~~~~
221+
222+ .. include:: /includes/getMore-slow-queries.rst
Original file line number Diff line number Diff line change @@ -179,6 +179,11 @@ Opcode Counters
179179Resharding Statistics
180180 - :serverstatus:`shardingStatistics.resharding.lastOpEndingChunkImbalance`
181181
182+ Extra Logging Fields for Slow Queries with ``getMore`` Command
183+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
184+
185+ .. include:: /includes/getMore-slow-queries.rst
186+
182187Schema Validation Errors Contain Description Field
183188~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
184189
You can’t perform that action at this time.
0 commit comments