乔宾·奥古斯丁:如何衡量网络对PostgreSQL性能的影响
原文英文,约1600词,阅读约需6分钟。发表于: 。It is very common to see many infrastructure layers standing between a PostgreSQL database and the Application server. The most common ones are connection poolers, load balancers, routers,...
在PostgreSQL数据库和应用服务器之间存在基础设施层,如连接池、负载均衡器、路由器、防火墙等。忽视网络开销可能导致性能下降。通过对pg_stat_activity中的wait_events进行详细分析,可以了解情况。使用pg_gather进行等待事件采样,可以得到与每个会话相关的等待事件。