Skip to main content

Collections

In MongoDB, documents are stored in collections.

Collections are analogous to tables in a relational database.

A MongoDB database is a container for collections.

Collections limitation

There is no limitations on the number of documents in a collection.