From cd20f45a21970de9f06689fc2bac9bc8c16be9a1 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Wed, 28 Jun 2023 17:46:05 +0800 Subject: [PATCH] Update "(Task)" to "task configuration" --- tidb-lightning/data-import-best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-lightning/data-import-best-practices.md b/tidb-lightning/data-import-best-practices.md index e657232ded85e..3841a59cdf2a9 100644 --- a/tidb-lightning/data-import-best-practices.md +++ b/tidb-lightning/data-import-best-practices.md @@ -148,7 +148,7 @@ If the PD Scatter Region latency during the import process exceeds 30 minutes, c In the case of a large single table (for example, with over 1 billion rows and more than 50 columns), it is recommended to disable the `analyze` operation (`analyze="off"`) during the import process, and manually execute the [`ANALYZE TABLE`](/sql-statements//sql-statement-analyze-table.md) statement after the import is completed. -For more information about the configuration of `analyze`, see [TiDB Lightning (Task)](/tidb-lightning/tidb-lightning-configuration.md#tidb-lightning-task). +For more information about the configuration of `analyze`, see [TiDB Lightning task configuration](/tidb-lightning/tidb-lightning-configuration.md#tidb-lightning-task). ## Troubleshooting