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

WiredTiger disk usage stats output does not seem correct

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: WiredTiger
    • Labels:
      None
    • ALL

      I have 3.2.3 server running wiredtiger. The stats output does not seem reasonable.

      I would expect Storage size ~= datasize + indexsize

      But in this case it seems to be way off.

      db.stats();

      { "db" : "xxx", "collections" : 9, "objects" : 202860, "avgObjSize" : 13789.263595583161, "dataSize" : 2797290013, "storageSize" : 10694090752, "numExtents" : 0, "indexes" : 17, "indexSize" : 18022400, "ok" : 1 }

            Assignee:
            david.hows David Hows
            Reporter:
            dharshanr@scalegrid.net Dharshan Rangegowda
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: