Navigation
Reference
>
mongo
Shell Methods
>
Collection Methods
>
db.collection.totalSize()
db.collection.totalSize()
¶
db.collection.
totalSize
(
)
¶
Returns:
The total size in bytes of the data in the collection plus the size of every indexes on the collection.
←
db.collection.totalIndexSize()
db.collection.update()
→