Skip to content

Commit fea7794

Browse files
authored
Update tidb-resource-control-background-tasks (pingcap#22052)
1 parent d026f2b commit fea7794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidb-resource-control-background-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TiDB supports the following types of background tasks:
2828

2929
<CustomContent platform="tidb">
3030

31-
- `lightning`: perform import tasks using [TiDB Lightning](/tidb-lightning/tidb-lightning-overview.md). Both physical and logical import modes of TiDB Lightning are supported.
31+
- `lightning`: perform import tasks using [TiDB Lightning](/tidb-lightning/tidb-lightning-overview.md) or [`IMPORT INTO`](/sql-statements/sql-statement-import-into.md). Both TiDB Lightning physical and logical import modes are supported.
3232
- `br`: perform backup and restore tasks using [BR](/br/backup-and-restore-overview.md). PITR is not supported.
3333
- `ddl`: control the resource usage during the batch data write back phase of Reorg DDLs.
3434
- `stats`: the [collect statistics](/statistics.md#collect-statistics) tasks that are manually executed or automatically triggered by TiDB.

0 commit comments

Comments
 (0)