What can be the threshold limit of collection size?

Hello, I have a need of a requirement in that I don’t want to create to many collections. Can anyone let me know what is the threshold limit of max size of a collection in mongo?

Hi @dharmvijay_Patel ,

There is no such limit for the collection size unless it is capped collection. or collection creation is explicit with the defined size like this.
For more details of Mongodb limits please follow this document MongoDB Limits and Thresholds

This forum post can also be refered

1 Like