From cc963bbe203cf4f88c7f4d176849ac9e9b81d311 Mon Sep 17 00:00:00 2001 From: Roger Song Date: Sat, 15 Jul 2023 00:04:42 +0800 Subject: [PATCH] rephrase & typo --- tidb-resource-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-resource-control.md b/tidb-resource-control.md index 63f15e4df053c..df13abf9d6fbd 100644 --- a/tidb-resource-control.md +++ b/tidb-resource-control.md @@ -88,7 +88,7 @@ Request Unit (RU) is a unified abstraction unit in TiDB for system resources, wh ### Predict RU consumption of SQL statements -[`explain analyze`](/sql-statements/sql-statement-explain-analyze.md#ru-request-unit-consumption) shows the actual RU produced by one particular execution. Please be aware the amount of RU could vary if the same SQL statement repeats, as the amount of RU is affected by cache layer (for example, [coprocessor cache](/coprocessor-cache.md)). Even though this value doesn't reflect the exact RU consumption of each execution, we can still come with an estimation based on this value. +[`explain analyze`](/sql-statements/sql-statement-explain-analyze.md#ru-request-unit-consumption) shows the actual RU produced by one particular SQL statement. Please be aware the RU consumption could vary if the same SQL statement repeats, as the amount of RU is affected by cache layer (for example, [coprocessor cache](/coprocessor-cache.md)). Even though this value doesn't reflect the exact RU produced by each execution, we can still come with an estimation based on this value. ## Parameters for resource control