diff --git a/markdown-pages/en/tidb/release-6.5/tidb-lightning/tidb-lightning-configuration.md b/markdown-pages/en/tidb/release-6.5/tidb-lightning/tidb-lightning-configuration.md index f978d00b21..2f7dc2b3b2 100644 --- a/markdown-pages/en/tidb/release-6.5/tidb-lightning/tidb-lightning-configuration.md +++ b/markdown-pages/en/tidb/release-6.5/tidb-lightning/tidb-lightning-configuration.md @@ -274,10 +274,6 @@ distsql-scan-concurrency = 15 index-serial-scan-concurrency = 20 checksum-table-concurrency = 2 -# Sets other TiDB session variables -# [tidb.session-vars] -# tidb_enable_clustered_index = "OFF" - # The default SQL mode used to parse and execute the SQL statements. sql-mode = "ONLY_FULL_GROUP_BY,NO_AUTO_CREATE_USER" # Sets maximum packet size allowed for SQL connections. @@ -302,6 +298,10 @@ max-allowed-packet = 67_108_864 # Private key of this service. Default to copy of `security.key-path` # key-path = "/path/to/lightning.key" +# Sets other TiDB session variables +# [tidb.session-vars] +# tidb_enable_clustered_index = "OFF" + # In the physical import mode, when data importing is complete, TiDB Lightning can # automatically perform the Checksum and Analyze operations. It is recommended # to leave these as true in the production environment.