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

touch command to pre-heat a collection

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.1.2
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None

      { touch : "foo" , indexes : <bool, defaults to true> }

      does not look at records.

      goes to each extent in data and index, and reads 1 byte per page

      want to lock as little as possible

      in read lock should get list of extents and sizes, and then unlock.
      just needs to check db wasn't deleted in between each one.

            Assignee:
            milkie@mongodb.com Eric Milkie
            Reporter:
            eliot Eliot Horowitz (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: