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

What is a “Cluster” and what is a “Collection”?

My experience with MongoDB has so far been interesting. After signing up, I got an email from someone at MongoDB to have a meeting to discuss setting things up and getting started. During our conversation, I found myself more confused rather than less and after starting the Introduction online course I found it made me think that I had my definition of a Cluster and a Collection wrong.

Here is a screenshot to explain what I mean:

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

Since you are starting from scratch, you should work your way through the free MongoDB courses here: https://learn.mongodb.com/

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.