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

read and write amplification statistics

    • Type: Icon: Task Task
    • Resolution: Done
    • WT1.4.0
    • Affects Version/s: None
    • Component/s: None

      One way to compare storage engines is via read amplification and write amplification factors. These are defined as follows:

      RA = data read from disk / data read by the application
      WA = data written to disk / data written by the application
      

      We currently count operations, but don't maintain byte counts that would allow an application to calculate these factors.

            Assignee:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Reporter:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: