Using the function db.collection.totalIndexSize() gives the size of total index. How do I calculate the size of individual indexes for a collection?
Disha TilvaBeginner
In MongoDB, how do I calculate the size of individual indexes for a collection?
Share