What will have to do if a shard is down or slow and you do a query?
Answer Posted / Sarvesh Kumar
When a shard is down or slow, MongoDB will automatically reroute read operations to healthy shards. However, write operations will fail until the issue with the unavailable shard is resolved. In case of write operations, you may need to configure write concern settings to handle such situations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers