What is sharding in mongodb?



What is sharding in mongodb?..

Answer / Shrikant Saroj

Sharding in MongoDB is a method of horizontal partitioning of data across multiple machines to manage scalability and performance. It allows distributing data across many servers, thus reducing the load on any single server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

How does mongodb replication work?

1 Answers  


What is mongodb stitch?

1 Answers  


How do I show a collection in mongodb?

1 Answers  


How to list all indexes in mongodb?

1 Answers  


How to define array in mongoose schema?

0 Answers  


What is journaling in mongodb?

1 Answers  


What are the difference between sql and mongodb? Explain

1 Answers  


Is mongodb better than mysql? Explain

1 Answers  


Where is mongodb headquarters?

1 Answers  


What happens when a shard is down or slow when querying?

1 Answers  


What is projection in mongodb?

1 Answers  


What is the difference between mongodb and redis database?

1 Answers  


Categories