| Index: appengine/swarming/doc/Schemas.md
|
| diff --git a/appengine/swarming/doc/Schemas.md b/appengine/swarming/doc/Schemas.md
|
| index 6ec673d62ebc76c656d1191043eff70bf6f08730..3f34e8a4958d2d22231fb41f47c0ba50122e7956 100644
|
| --- a/appengine/swarming/doc/Schemas.md
|
| +++ b/appengine/swarming/doc/Schemas.md
|
| @@ -200,11 +200,12 @@ reduce DB contention.
|
| - TaskResultSummary has key id = 1.
|
| - TaskRunResult has monotonically increasing key id starting at 1.
|
| - TaskToRun has the key id as `dimensions_hash` value is calculated as an
|
| - int32 from the TaskRequest.properties.dimensions dictionary.
|
| + int32 from the TaskRequest.properties.dimensions list of tuples (key,
|
| + value).
|
| - PerformanceStats has key id = 1.
|
| - BotTaskDimensions and TaskDimensions have key id `dimensions_hash`. This
|
| value is calculated as an int32 from the TaskRequest.properties.dimensions
|
| - dictionary.
|
| + list of tuples (key, value).
|
|
|
|
|
| ## Notes
|
|
|