Skip to content

Commit cc67369

Browse files
authored
tidb lightning: expose [tidb.session-vars] in lightning config (#17603) (#17661)
1 parent 3d91140 commit cc67369

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tidb-lightning/tidb-lightning-configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,10 @@ distsql-scan-concurrency = 15
348348
index-serial-scan-concurrency = 20
349349
checksum-table-concurrency = 2
350350

351+
# 设置其他 TiDB 会话变量
352+
# [tidb.session-vars]
353+
# tidb_enable_clustered_index = "OFF"
354+
351355
# 解析和执行 SQL 语句的默认 SQL 模式。
352356
sql-mode = "ONLY_FULL_GROUP_BY,NO_AUTO_CREATE_USER"
353357
# `max-allowed-packet` 设置数据库连接允许的最大数据包大小,

0 commit comments

Comments
 (0)