You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tidb-resource-control-background-tasks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ TiDB supports the following types of background tasks:
28
28
29
29
<CustomContentplatform="tidb">
30
30
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.
32
32
-`br`: perform backup and restore tasks using [BR](/br/backup-and-restore-overview.md). PITR is not supported.
33
33
-`ddl`: control the resource usage during the batch data write back phase of Reorg DDLs.
34
34
-`stats`: the [collect statistics](/statistics.md#collect-statistics) tasks that are manually executed or automatically triggered by TiDB.
0 commit comments