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

db not reclaiming space on drop?

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

      > db.createCollection('User',

      { size:200000000,autoIndexId:false}

      )
      > db.User.drop()
      // uses more disk space:
      > db.createCollection('User',

      { size:200000000,autoIndexId:false}

      )

            Assignee:
            dwight@mongodb.com Dwight Merriman
            Reporter:
            dwight@mongodb.com Dwight Merriman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: