InterviewSolution
Saved Bookmarks
| 1. |
What Is Sharding In Mongodb? Explain.? |
|
Answer» Sharding is a METHOD for STORING DATA across multiple machines. MONGODB uses sharding to support deployments with very large data sets and high throughput operations. Sharding is a method for storing data across multiple machines. MongoDB uses sharding to support deployments with very large data sets and high throughput operations. |
|