I have not been able to locate the answer using Google search. I know that there is a default limit of 16k or so collections in a DB but what is the limit on number of documents that can be stored in a collection?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no hardcoded limit.
You’re likely to have problems with your RAM and/or disk well before you hit this (non-existent) limit.
You can also increase namespace size and get more collections (but you probably know this already).