Skip to content

Commit

Permalink
Update tidb-distributed-execution-framework.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Dec 19, 2023
1 parent 836c9d3 commit 60238a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tidb-distributed-execution-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ Currently, for TiDB Self-Hosted, the DXF supports the distributed execution of t

## Limitation

- The DXF can only schedule the distributed execution of one `ADD INDEX` task at a time. If a new `ADD INDEX` task is submitted before the current `ADD INDEX` distributed task has finished, the new task is executed through a transaction.
- Adding indexes on columns with the `TIMESTAMP` data type through the DXF is not supported, because it might lead to inconsistency between the index and the data.
The DXF can only schedule the distributed execution of one `ADD INDEX` task at a time. If a new `ADD INDEX` task is submitted before the current `ADD INDEX` distributed task has finished, the new task is executed through a transaction.

## Prerequisites

Expand Down

0 comments on commit 60238a4

Please sign in to comment.