0 votes
in MongoDB by

What happens when a Shard is down or slow when querying?

1 Answer

0 votes
by

What happens when a Shard is down or slow when querying?

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.

...