I have a database (the name is HCM) which has 2 collections (coll A and coll B). This database occupies 17.9453125 GB (coll A: 13 Gb, coll B: 4.94.. GB - > I guess). Now I drop coll A by commands:
use HCM
db.A.drop()
after that I check database again and It still remains 17.94... GB. I think the size of database has to be reduced after dropping, but it's not !