CPU Heroku 的突发余额值 pg:diagnose

CPU burst balance value for Heroku pg:diagnose

我一直致力于优化托管在 Heroku 上的 Postgres 数据库(Standard-0 计划)的性能。

当 运行 heroku pg:diagnose 时,我看到 YELLOW: CPU Burst 消息以及 Balance 值。随着时间的推移,我看到的 Balance 值从 ~3 到 ~300 不等。

余额值指的是什么,应该如何解读?

我不会太担心数字本身,尽管我怀疑它代表剩余的 CPU 突增积分(AWS 概念)的数量。在 pg:diagnose 的 documentation 中,YELLOW 听起来像是您正在积极使用突发积分,并且 运行 会在某个时候用完,而 RED 表示您已经用完了那些学分。