InterviewSolution
Saved Bookmarks
| 1. |
What is sharding in MongoDB? Explain |
|
Answer» MongoDB uses the method of sharding for enabling deployments of large data SETS and operations that DEMAND high throughput. This method ALLOWS data to be STORED across different MACHINES. |
|