Skip to content

Commit

Permalink
update MD by dispatch event pingcap/docs-cn master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 8, 2025
1 parent d9efabc commit f0f9d2d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,6 @@ distsql-scan-concurrency = 15
index-serial-scan-concurrency = 20
checksum-table-concurrency = 2

# 设置其他 TiDB 会话变量
# [tidb.session-vars]
# tidb_enable_clustered_index = "OFF"

# 解析和执行 SQL 语句的默认 SQL 模式。
sql-mode = "ONLY_FULL_GROUP_BY,NO_AUTO_CREATE_USER"
# `max-allowed-packet` 设置数据库连接允许的最大数据包大小,
Expand All @@ -376,6 +372,10 @@ max-allowed-packet = 67_108_864
# 此服务的私钥。默认为 `security.key-path` 的副本
# key-path = "/path/to/lightning.key"

# 设置其他 TiDB 会话变量
# [tidb.session-vars]
# tidb_enable_clustered_index = "OFF"

# 对于物理导入模式,数据导入完成后,TiDB Lightning 可以自动执行 Checksum 和 Analyze 操作。
# 在生产环境中,建议总是开启 Checksum 和 Analyze。
# 执行的顺序为:Checksum -> Analyze。
Expand Down

0 comments on commit f0f9d2d

Please sign in to comment.