adspace


What is sharding in mongodb? Explain

Answer Posted / Ravi Kant Kushwaha

Sharding in MongoDB is a method of horizontally partitioning data across multiple machines to improve scalability and performance. It distributes data across several shards, each of which resides on a separate server or group of servers. This allows MongoDB to handle large datasets and high traffic loads more efficiently.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to define array in mongoose schema?

79


How did mongodb get its name?

60


what is the command syntax for inserting a document?

63