I noticed MongoDB has a 16 mb limitation. I'm quite new with it and I didn't understand what exactly is this limit.
Is this a limit about the Model I write?
or:
Is this a limit of the data I can store on it?
I wish to start a new project based on MEAN Stack and it require user registration with editable profiles, pictures uploads and more...
Is MongoDB good to handle a project like that even if in future I will have many registered users?
Thanks.