Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-8692

Add logging to indicate when cached query plan changes

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.5.5
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
    • Fully Compatible

      This information can be useful to detect when a query plan is oscillating between a good and a bad plan.

      Things exit the cache for:
      1. safety reasons (index add/drop)
      2. no more space in cache
      3. performance degrades
      4. writes (changes data distribution)
      5. explicit commands to mutate cache

      Let's log when this happens w/level...1.

      The query optimizer currently generates a query plan which is cached and re-used based on the normalized "shape" of the query predicate and sort criteria.

      It would be useful to be able to identify plans by id (e.g., hash value) for tracking, hinting and logging.
      Tracking

      Store the history when the query plan is changed and what it was changed to in the db's system.plans collection.
      Diagnostics
      Log every time the plan changes for a given query, e.g., <query_id>: changed <old_plan_id> to <new_plan_id>

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            dan@mongodb.com Daniel Pasette (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: