# Global variables are applied to all deployments and as the default value of
# them if the specific deployment value missing.
global:
user: "tidb"
ssh_port: 22
deploy_dir: "/home/tidb/tidb-deploy"
data_dir: "/home/tidb/tidb-data"
monitored:
deploy_dir: "/home/tidb/tidb-deploy/monitored-9100"
data_dir: "/home/tidb/tidb-data/monitored-9100"
log_dir: "/home/tidb/tidb-deploy/monitored-9100/log"
server_configs:
tidb:
log.slow-threshold: 300
log.level: warn
binlog.enable: false
binlog.ignore-error: false
# 用于处理v3.0.7和以前版本升级中的兼容性问题(为了兼容联合索引长度超长的问题,原(3072) 这里改为4倍)
max-index-length: 12288
# 开启支持大小写不敏感, 只有在集群初始化时配置才生效, 默认 false
new_collations_enabled_on_first_bootstrap: true
tikv:
readpool.storage.use-unified-pool: true
readpool.coprocessor.use-unified-pool: true
.................................以下省略