Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-779

An API to allow LSM to finishing merging

    • Type: Icon: Task Task
    • Resolution: Done
    • WT2.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      It would be useful to have an API (or possibly a utility) that allows an LSM tree to finish it's merges.

      The implementation is pretty simple, it requires that a handle to the relevant LSM tree is open, and we need a way to monitor whether there are merges happening - there is currently a statistic: LSM_ROWS_MERGED. If this becomes a general API we probably can't rely on a statistic, but a new member in the LSM_TREE structure could track the same progress.

            Assignee:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: