Convert ShardInfoMap to use unordered_map instead of map

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.7.0
    • Affects Version/s: None
    • Component/s: Sharding
    • None
    • Fully Compatible
    • Sharding 2020-07-13
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

              Assignee:
              Alexander Taskov (Inactive)
              Reporter:
              Alexander Taskov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: