Skip to content

Commit

Permalink
update MD by dispatch event pingcap/docs release-6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 8, 2025
1 parent d53dcc8 commit d3cadbb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit d3cadbb

Please sign in to comment.