Skip to content

Commit

Permalink
remote session level force priority (pingcap#12298)
Browse files Browse the repository at this point in the history
  • Loading branch information
CbcWestwolf authored Dec 15, 2022
1 parent 248eb45 commit 38e7810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq/sql-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ TiDB 中的 `SHOW PROCESSLIST` 与 MySQL 中的 `SHOW PROCESSLIST` 显示内容

## 在 TiDB 中如何控制或改变 SQL 提交的执行优先级?

TiDB 支持改变 [per-session](/system-variables.md#tidb_force_priority)、[全局](/system-variables.md#tidb_force_priority)或单个语句的优先级。优先级包括:
TiDB 支持改变[全局](/system-variables.md#tidb_force_priority)或单个语句的优先级。优先级包括:

- HIGH_PRIORITY:该语句为高优先级语句,TiDB 在执行阶段会优先处理这条语句
- LOW_PRIORITY:该语句为低优先级语句,TiDB 在执行阶段会降低这条语句的优先级
Expand Down

0 comments on commit 38e7810

Please sign in to comment.