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

[Spike] Hoist check for ongoing recording as early as possible

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Optimization

      We wish to minimise the impact on performance when not recording; we currently do some work before and during recordQuery before verifying if a recording is in progress.

      We could either push that work into recordQuery, after the instance has been checked, or pull the check for the instance out (or add some other flag, and accept that some cases will find this flag doesn't accurately reflect the existence of a recording, when starting or stopping a recording).

            Assignee:
            c.alonso@mongodb.com Carlos Alonso Pérez
            Reporter:
            james.harrison@mongodb.com James Harrison
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: