The problem seems to be in ChunkManager::getShardsForQuery in chunk.cpp. Seems to do n^2 comparisons to figure out where to send the queries.
- is depended on by
-
SERVER-4555 check and clean sharding utilization of queryutil code
- Closed
- is related to
-
SERVER-4960 Optimize shard selection on $in queries
- Backlog