What are mongodb shards?



What are mongodb shards?..

Answer / Rajendra Singh Rawat

MongoDB Shards are horizontal scalability units that help distribute data across multiple machines in a MongoDB cluster. This distribution allows the database to handle more data and scale better when the dataset grows.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Explain what is gridfs in mongodb?

1 Answers  


What is the difference between min key and max key?

1 Answers  


How can you access different databases temporarily?

1 Answers  


What is difference between mongodb and dynamodb?

1 Answers  


Is mongodb a framework?

1 Answers  


Is mongodb better than sql?

1 Answers  


What is the role of use command?

1 Answers  


What is the difference between insert() and insertOne()?

1 Answers  


What is a table in mongodb?

1 Answers  


How to create primary/foreign key relationships in mongodb?

1 Answers  


Is it possible to configure the cache size for mmapv1 in mongodb?

1 Answers  


How you can inspect the source code of a function?

1 Answers  


Categories