上一页 1 2 3 4 5 6 7 ··· 15 下一页

2022年12月15日

tidb 杂记

摘要: tidb_biuil_stats_concurrency 执行analyze table时会分成多个小任务,可以同时执行的任务数量。tidb_distsql_scan_concurrency 在执行分析表时一次读的regiontidb_index_serial_scan_concurrency 执行 阅读全文

posted @ 2022-12-15 17:17 柴米油盐酱醋 阅读(330) 评论(0) 推荐(0) 编辑

2022年10月13日

TiCDC简单使用

摘要: 1、将ticdc节点172.16.1.13 加入到集群中去,创建配置文件 [root@root ~]# cat scale-out.yaml cdc_servers: - host: 172.16.1.13 port: 8300 deploy_dir: "/tidb-deploy/cdc-8300" 阅读全文

posted @ 2022-10-13 11:06 柴米油盐酱醋 阅读(187) 评论(0) 推荐(0) 编辑

2022年10月12日

tidb-binlog 测试使用

摘要: 1、编辑配置文件[root@mysql-4 ~]# cat scale-out-binlog.yamlpump_servers: - host: 172.16.1.12drainer_servers: - host: 172.16.1.12 config: syncer.db-type: "mysq 阅读全文

posted @ 2022-10-12 20:31 柴米油盐酱醋 阅读(228) 评论(0) 推荐(0) 编辑

infobin(binlog分析工具)

摘要: infobin 参考github:https://github.com/gaopengcarl/infobin使用前自己随便写了一些数据,有大事务,长事务等。 1、安装[root@root ~]# git clone https://github.com/gaopengcarl/infobin 2、 阅读全文

posted @ 2022-10-12 18:29 柴米油盐酱醋 阅读(537) 评论(0) 推荐(0) 编辑

2022年10月11日

tidb-dm工具迁移使用

摘要: 参考官方文档: https://docs.pingcap.com/zh/tidb-data-migration/v5.3/migrate-data-using-dm 常用命令: tiup dm display dm-test 查看dm集群状态 1、安装dm,dmctl完成后,先加载数据源配置文件 [ 阅读全文

posted @ 2022-10-11 21:38 柴米油盐酱醋 阅读(317) 评论(0) 推荐(0) 编辑

2022年10月9日

rdr安装使用(redis内存分析工具)

摘要: rdr安装使用 1、下载wget https://github.com/xueqiu/rdr/releases/download/v0.0.1/rdr-linux 2、加权限chmod a+x ./rdr* ./rdr-linux show -p 8080 dump.rdb 3、使用 http:// 阅读全文

posted @ 2022-10-09 19:56 柴米油盐酱醋 阅读(757) 评论(0) 推荐(0) 编辑

rdbtools 工具使用(redis内存分析)

摘要: 1、安装 不要使用python3,用centos自带的python2版本,我使用Python3安装有问题。 yum install python-develpip install python-lzf git clone https://github.com/sripathikrishnan/red 阅读全文

posted @ 2022-10-09 18:40 柴米油盐酱醋 阅读(309) 评论(0) 推荐(0) 编辑

2022年9月2日

ocserv

摘要: https://huataihuang.gitbooks.io/cloud-atlas/content/security/vpn/openconnect/deploy_ocserv_vpn_server.htmlhttps://blog.csdn.net/qq_42534026/article/de 阅读全文

posted @ 2022-09-02 17:25 柴米油盐酱醋 阅读(107) 评论(0) 推荐(0) 编辑

2022年9月1日

tidb(2)启动和关闭数据库

摘要: 本地测试集群环境: 服务器1:172.16.1.10 服务器2:172.16.1.11 服务器3:172.16.1.12 三台机器的 root 用户都已经配置好了免密。 ####1、生成修改配置文件 tiup cluster template > topology.yaml 根据个本地环境,主要修改 阅读全文

posted @ 2022-09-01 20:07 柴米油盐酱醋 阅读(857) 评论(0) 推荐(0) 编辑

2022年8月26日

tidb(1)快速开始

摘要: 参考TIDB官方课程资料: https://learn.pingcap.com/learner/course/30002 ####基础环境配置 curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install. 阅读全文

posted @ 2022-08-26 10:40 柴米油盐酱醋 阅读(33) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 15 下一页

导航