Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tidb-distributed-execution-framework.md (#17956) #18105

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tidb-distributed-execution-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ TiDB 采用计算存储分离架构,具有出色的扩展性和弹性的扩缩

分布式执行框架最多同时调度 16 个任务(包括 [`ADD INDEX`](/sql-statements/sql-statement-add-index.md) 和 [`IMPORT INTO`](/sql-statements/sql-statement-import-into.md))。

### `ADD INDEX` 的使用限制

- 不支持通过分布式执行框架对数据类型为 [`TIMESTAMP`](/data-type-date-and-time.md#timestamp-类型) 的列添加索引,否则会导致索引和数据不一致的问题。

## 启用前提

如需使用分布式执行框架执行 [`ADD INDEX`](/sql-statements/sql-statement-add-index.md) 任务,需要先开启 [Fast Online DDL](/system-variables.md#tidb_ddl_enable_fast_reorg-从-v630-版本开始引入) 模式。
Expand Down