When specifying the 'size' parameter for a capped collection, which of the following sizes from db.collection.stats()
is capped to that size?
is it "size"
, "storageSize"
, "storageSize"+"totalIndexSize"
or some other option?
Thanks!
What size is capped in mongodb capped collection?
902 Views Asked by achiash At
1
According to the documentation:
So I would assume it is storageSize.
This would also suggest it is limited on storageSize:
https://jira.mongodb.org/browse/SERVER-5615
Where Elliot says: