Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-4755

sharded explain should return shard names, not addresses

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:

      In sharded explain, we return the connection strings for each shard hit, not the shard name - this seems inconsistent with how we generally describe a sharded setup.

      Suggest returning something like :

      shards : { shard0001 :

      { host : <conn string>, other_fields_of_explain : <> }

      , shard0002 :

      { ... }

      }

            Assignee:
            david.storch@mongodb.com David Storch
            Reporter:
            greg_10gen Greg Studer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: