What is a "Cluster" and what is a "Collection"?

A Cluster is multiple instances of MongoDB code running to form one server instance via sharding and/or replication. This is how you scale and protect data services.

A Collection is the MongoDB equivalent of a SQL relational database TABLE.

1 Like