Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-4856 determine storageEngine specificity in docs
  3. DOCS-5642

Cap collection storage size should be described in a context of WT and compression

    • Type: Icon: Sub-task Sub-task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: mongodb-3.0
    • Component/s: None
    • Labels:
      None

      Cap collection storage size well described well for MMAP, since WT compress the disk size, we should modify the documentation

      http://docs.mongodb.org/manual/core/capped-collections/

      We might have similar issues with similar vector of problem (size of the disk w/o compression)

      see example below.

        "ns" : "sbtest.sbtest",
        "count" : 843881,
        "size" : 999,998,985,
        "avgObjSize" : 1185,
        "storageSize" : 219,582,464,
        "capped" : true,
        "max" : -1,
        "maxSize" : 1,000,000,000,
        "wiredTiger" : {
      
      

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            eitan.klein Eitan Klein
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              8 years, 46 weeks ago