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.

Related questions

0 votes
asked Oct 26, 2020 in MongoDB by AdilsonLima
0 votes
asked Nov 1, 2020 in MongoDB by SakshiSharma
...