Skip to content

Commit

Permalink
GA- tidb-distributed-execution-framework (#15448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank945946 committed Nov 16, 2023
1 parent 65d2040 commit 27bffa6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1396,10 +1396,6 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;

### `tidb_enable_dist_task` <span class="version-mark">从 v7.1.0 版本开始引入</span>

> **警告:**
>
> 该功能目前为实验特性,不建议在生产环境中使用。

- 作用域:GLOBAL
- 是否持久化到集群:是
- 是否受 Hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value) 控制:否
Expand Down
4 changes: 0 additions & 4 deletions tidb-distributed-execution-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ summary: 了解 TiDB 后端任务分布式框架的使用场景与限制、使

# TiDB 后端任务分布式框架

> **警告:**
>
> 当前该功能为实验特性,不建议在生产环境中使用。
TiDB 采用计算存储分离架构,具有出色的扩展性和弹性的扩缩容能力。从 v7.1.0 开始,TiDB 引入了一个后端任务分布式执行框架,以进一步发挥分布式架构的资源优势。该框架的目标是实现对所有后端任务的统一调度与分布式执行,并为接入的后端任务提供统一的资源管理能力,从整体和单个后端任务两个维度提供资源管理的能力,更好地满足用户对于资源使用的预期。

本文档介绍了 TiDB 后端任务分布式框架的使用场景与限制、使用方法和实现原理。
Expand Down

0 comments on commit 27bffa6

Please sign in to comment.