-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Diagnostics, Querying
-
None
-
Major Change
-
Query 13 (04/22/16), Query 14 (05/13/16)
- keyUpdates: This metric tracks the # of index entries added on the update path. It does not track index changes due to upsert, removal of index entries or for write operations other than update. It also is not tracked for updates that cause document move (
SERVER-23081). A feature request (SERVER-23271) has been filed to add more comprehensive metrics, covering all write operations/commands for each of insert/update/delete. - fastmod: Tracks update operations under MMAPv1 that: a) Do not cause update of index keys. b) Are non-destructive updates. c) Do not result in document move (which we also track via the 'nmoved' metric). This behavior is hard to understand and of limited use when troubleshooting operation performance.
- fastmodinsert: Tracks update operations that result in an insert, given the update is structured as a document replacement, rather than modification. This metric has not been considered useful in troubleshooting operation performance.
- idhack: Use of idhack is reported in the planSummary. There is no need to track independently, once planSummary is universally reported under
SERVER-23259. - moved: Boolean value indicating whether an MMAPv1 document has moved on disk. This metric has been obsolete since the introduction of nmoved, whose presence and value of 1 or more indicates 'moved'.
- depends on
-
SERVER-23259 Report planSummary in per-operation diagnostic log message and profiler for all relevant ops/commands
- Closed
-
SERVER-23271 Add metrics to track index key additions and deletions for all CRUD ops/commands
- Closed
- is related to
-
SERVER-7897 keyUpdates not updated on array/multi-key index
- Closed
-
SERVER-23635 The 'keyUpdates' metric only reflects the last document updated when performing a multi-update
- Closed
-
SERVER-23081 keyUpdates not set on MMAPv1 document move
- Closed
-
SERVER-23831 Remove the 'fastmodinsert' metric
- Closed
-
SERVER-23861 Add keysInserted & keysDeleted to serverStatus
- Backlog
- related to
-
SERVER-87860 Add serverStatus() / FTDC counters for the number of queries answered using a fast path
- Closed