Question
__________ method provides a wrapper around the totalIndexSize output of the collStats (i.e. db.collection.stats()) operation.
Answer: Option C
Was this answer helpful ?
To check the size of your indexes, use the db.collection.totalIndexSize() helper, which returns data in bytes.
Was this answer helpful ?
Submit Solution