Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-16735

[Server] Investigate changes in SERVER-87860: Add serverStatus() / FTDC counters for the number of queries answered using a fast path

      Original Downstream Change Summary

      Two new counters have been added to serverStatus() output. Named: metrics.query.planning.fastPath.idHack and metrics.query.planning.fastPath.express that count the number of queries that used either fastPath strategy when being planned.

      Description of Linked Ticket

      We used to count the number of idhack operations, but this was removed in SERVER-23272. Under this ticket, we should consider re-introducing a counter for the number of idhack operations (probably incorporating idhack find, delete, and update commands into one metric). We may also wish to have a separate counter for the number of non-idhack queries which are answered using the new PlanExecutorExpress fast path.

            Assignee:
            Unassigned Unassigned
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              3 weeks, 1 day ago