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

Remove redundant compact statistic

    • Type: Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 3
    • StorEng - Defined Pipeline

      Summary
      Today compact tracks three different statistics to measure (and report) its progress:

      • compact_pages_reviewed
      • compact_pages_rewritten
      • compact_pages_skipped

      These have a fixed relationship:

      compact_pages_reviewed = compact_pages_rewritten + compact_pages_skipped

      So we could remove one of the three and save a bit of space and time.

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            keith.smith@mongodb.com Keith Smith
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: