|
140 | 140 | M(PatchesAppliedInAllReadTasks, "Total number of applied patch parts among all read tasks", ValueType::Number) \ |
141 | 141 | M(PatchesMergeAppliedInAllReadTasks, "Total number of applied patch parts with Merge mode among all read tasks", ValueType::Number) \ |
142 | 142 | M(PatchesJoinAppliedInAllReadTasks, "Total number of applied patch parts with Join mode among all read tasks", ValueType::Number) \ |
143 | | - M(ApplyPatchesMicroseconds, "Total time spent applying patch parts", ValueType::Number) \ |
144 | | - M(ApplyPatchesMergeMicroseconds, "Total time spent applying patch parts with Merge mode", ValueType::Number) \ |
145 | | - M(ApplyPatchesJoinMicroseconds, "Total time spent applying patch parts with Join mode", ValueType::Number) \ |
| 143 | + M(ApplyPatchesMicroseconds, "Total time spent applying patch parts to blocks", ValueType::Number) \ |
| 144 | + M(ReadPatchesMicroseconds, "Total time spent reading patch parts", ValueType::Number) \ |
| 145 | + M(BuildPatchesMergeMicroseconds, "Total time spent building indexes for applying patch parts with Merge mode", ValueType::Number) \ |
| 146 | + M(BuildPatchesJoinMicroseconds, "Total time spent building indexes and hash tables for applying patch parts with Join mode", ValueType::Number) \ |
146 | 147 | M(AnalyzePatchRangesMicroseconds, "Total time spent analyzing index of patch parts", ValueType::Number) \ |
147 | 148 | M(ReadTasksWithAppliedMutationsOnFly, "Total number of read tasks for which there was any mutation applied on fly", ValueType::Number) \ |
148 | 149 | M(MutationsAppliedOnFlyInAllReadTasks, "Total number of applied mutations on-fly among all read tasks", ValueType::Number) \ |
|
0 commit comments