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

[SERVER] Investigate changes in SERVER-75678: Consider adding a plan cache serverStatus counter for queries which are not eligible for caching

      Original Downstream Change Summary

      We now differentiate from plan cache misses and skips (queries whose plan is never even attempted to cache)

      Description of Linked Ticket

      This is a follow up ticket from SERVER-70025.

      Currently we only count cache plan cache hits and misses, regardless of the query type. That is, we expect a plan for the given query to be in the cache, and as such can be recovered from the cache, or missed from the cache, and needs to be replanned.

      However, there is a difference between "didn't use cache because there wasn't a cache entry" and "didn't use cache because this query is ineligible for caching". 

      We may want to consider adding a third counter (in additional to "hits" and "misses") to account for this difference. 

            Assignee:
            alison.huh@mongodb.com Alison Huh
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              14 weeks, 6 days ago