Ensure that all calls to the getShardIdXXXX functions don't require an ordered collection. Change the std::map to a std::unordered_map. Also, the getShardIdXXXX functions all take a pointer to a std::set to return the shard IDs. This can be changed to return the collection. The returned collection should be changed from a std::set to a std::unordered_set.
- depends on
-
SERVER-48740 Modify ChunkMap to use std::vector internally
- Closed