We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d91140 commit cc67369Copy full SHA for cc67369
tidb-lightning/tidb-lightning-configuration.md
@@ -348,6 +348,10 @@ distsql-scan-concurrency = 15
348
index-serial-scan-concurrency = 20
349
checksum-table-concurrency = 2
350
351
+# 设置其他 TiDB 会话变量
352
+# [tidb.session-vars]
353
+# tidb_enable_clustered_index = "OFF"
354
+
355
# 解析和执行 SQL 语句的默认 SQL 模式。
356
sql-mode = "ONLY_FULL_GROUP_BY,NO_AUTO_CREATE_USER"
357
# `max-allowed-packet` 设置数据库连接允许的最大数据包大小,
0 commit comments