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
阅读全文
摘要:已知数据 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:
阅读全文