Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain sharding in mongodb?



Explain sharding in mongodb?..

Answer / Renu Paras

Sharding is a method of horizontally partitioning data across multiple MongoDB instances (called shards) to improve scalability and performance. Each shard contains a subset of the collection's data, and a routing service called the config server determines which shard should handle each query based on the shard key. Sharding allows you to store more data and distribute the load among multiple servers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

How to add new field to existing document in mongodb using java?

1 Answers  


What is metadata in mongodb?

1 Answers  


Can mongodb store structured data?

1 Answers  


What is mongodb atlas?

1 Answers  


What is mongoose odm?

1 Answers  


How does mongodb replication work?

1 Answers  


Is mongodb support replication?

1 Answers  


What kind of database is mongodb?

1 Answers  


How does mongodb provide consistency?

1 Answers  


How do I connect to mongodb remotely?

1 Answers  


What will have to do if a shard is down or slow and you do a query?

1 Answers  


How much is mongodb enterprise cost?

1 Answers  


Categories