Skip to content

Commit

Permalink
rephrase & typo
Browse files Browse the repository at this point in the history
  • Loading branch information
songrijie committed Jul 14, 2023
1 parent 78d5f5f commit cc963bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-resource-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc963bb

Please sign in to comment.