__________ method provides a wrapper around the totalIndexSize output of the collStats (i.e. db.collection.stats()) operation.

__________ method provides a wrapper around the totalIndexSize output of the collStats (i.e. db.collection.stats()) operation. Correct Answer db.collection.totalIndexSize()

To check the size of your indexes, use the db.collection.totalIndexSize() helper, which returns data in bytes.

Related Questions

rs.reconfig() provides a wrapper around the ___________ command.
The plot method on Series and DataFrame is just a simple wrapper around ____________
The plot method on Series and DataFrame is just a simple wrapper around . . . . . . . .