Details
-
Improvement
-
Resolution: Done
-
Trivial - P5
-
None
-
None
Description
Explain output's "shards" property is an object whose values are arrays of core explain output. The current documentation implies that the keys are the shard identifiers, but the type of the value is ambiguous.
I was expecting the value to be an object of that shard's core explain output, but instead it was a single-element array whose value was the core explain output.