修改全局参数(推荐)
在线直接修改全局配置
tiup cluster edit-config tidb-dev
文件示例
常规配置参考:https://github.com/chenjiangtao/spring-boot-on-kubernetes/blob/main/TiDB/topology.yaml
默认配置参考:https://github.com/pingcap/tiup/blob/master/examples/topology.example.yaml
reload一下
tiup cluster reload tidb-dev -R tidb
参考 https://github.com/pingcap/tiup/blob/master/examples/topology.example.yaml
线上查改配置(部分版本支持)
先登陆
mysql -uroot -pPassw0rd -h127.0.0.1 -P4000
再查、改设置
-- 查tidb所有配置
show config;
-- 带条件
show config where type='tidb'
-- 设置单个节点的参数
set config "192.168.88.201:4000" `token-limit`=10000;
-- 设置角色的参数
set config tidb `token-limit`=10000;
启动时设置参数(不推荐)
参考:https://docs.pingcap.com/zh/tidb/stable/command-line-flags-for-tidb-configuration
不推荐
爱码爱技术,点赞加关注!!!
*********************** 欢迎Star ***********************
spring boot on kubernetes的示例,包括:
MQ(ActiveMQ,Rabbit MQ), Redis Cluster,DB(Mysql,TiDB),
Kong/Nginx ingress controller,PersistentVolumeClaim,PersistentVolume,DefaultStorageClass,hpa……
不断更新中…… 欢迎”Star”一下,谢谢^_^
代码位置:https://github.com/chenjiangtao/spring-boot-on-kubernetes
*********************** 欢迎Star ***********************
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/100340.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...