摘要:
【调优阶段8】 1. 压力测试 pgbench -M prepared -r -c 1 -f /home/postgres/test/login0.sql -j 1 -n -T 180 -h 172.16.3.33 -p 1921 -U digoal digoal >./log.login0 & p 阅读全文
摘要:
【测试模型】 设计一个包含INSERT, UPDATE, SELECT语句的业务模型用于本优化案例. 【测试表】 create table user_info (userid int, engname text, cnname text, occupation text, birthday date 阅读全文