05 2022 档案

摘要:CentOS7.9 安装 PG13 + repmgr +pgpool 实现负载均衡读写分离 环境规划 192.168.0.110 node110 master 192.168.0.111 node111 slave1 192.168.0.112 node112 slave2 192.168.0.11 阅读全文
posted @ 2022-05-20 22:27 岳麓丹枫 阅读(663) 评论(0) 推荐(0)
摘要:已知数据 drop table if exists test cascade; create table test(id int, name varchar,create_time timestamp); insert into test values(1,'a','2022-4-29 11:28: 阅读全文
posted @ 2022-05-04 00:33 岳麓丹枫 阅读(117) 评论(1) 推荐(1)