如何衡量网络对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进行等待事件采样,可以得到与会话相关的等待事件和其他信息。