InterviewSolution
Saved Bookmarks
| 1. |
What If A Shard Is Down Or Slow And I Do A Query? |
|
Answer» If a SHARD is down, the QUERY will RETURN an error unless the "Partial" query OPTIONS is set. If a shard is responding slowly, mongos will wait for it. If a shard is down, the query will return an error unless the "Partial" query options is set. If a shard is responding slowly, mongos will wait for it. |
|