You need to first look at the basic principles of sharding in MongoDB. Here is a translated document by Xiao Beibei: http://docs.mongoing.com/manual-zh/core/sharding-introduction.html
Regarding point 2, MongoDB will not reclaim space in the file system after you delete the record. Unless you delete the database. But the space is not wasted and will be used to store the new document inserted below. For specific information on space usage, please see my blog: http://mongoing.com/blog/file-storage
You need to first look at the basic principles of sharding in MongoDB. Here is a translated document by Xiao Beibei: http://docs.mongoing.com/manual-zh/core/sharding-introduction.html
Regarding point 2, MongoDB will not reclaim space in the file system after you delete the record. Unless you delete the database. But the space is not wasted and will be used to store the new document inserted below. For specific information on space usage, please see my blog: http://mongoing.com/blog/file-storage