Sail E0 Webinar
Question
__________ method provides a wrapper around the totalIndexSize output of the collStats (i.e. db.collection.stats()) operation.
Options:
A .  db.collection.totalallIndexSize()
B .  db.collection.totalIndexSizeAll()
C .  db.collection.totalIndexSize()
D .  All of the mentioned
Answer: Option C


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



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :

Latest Videos

Latest Test Papers