Skip to content

Commit

Permalink
Update tidb-distributed-execution-framework.md
Browse files Browse the repository at this point in the history
Co-authored-by: Frank945946 <[email protected]>
  • Loading branch information
hfxsd and Frank945946 authored Dec 19, 2023
1 parent 16e4fc8 commit dcd60e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tidb-distributed-execution-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,10 @@ Currently, for TiDB Self-Hosted, the TiDB backend task distributed execution fra

- `IMPORT INTO` is used to import data in formats such as `CSV`, `SQL`, and `PARQUET` into an empty table. For more information, see [`IMPORT INTO`](https://docs.pingcap.com/tidb/v7.2/sql-statement-import-into).

<<<<<<< HEAD
=======
</CustomContent>

## 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.

>>>>>>> c56885347e (DXF: add a limitation that adding indexes to columns of `TIMESTAMP` data type via the DXF is not supported (#15787))
## Prerequisites

Before using the distributed framework, you need to enable the [Fast Online DDL](/system-variables.md#tidb_ddl_enable_fast_reorg-new-in-v630) mode.
Expand Down

0 comments on commit dcd60e5

Please sign in to comment.