高木のブログ

Herokuで使ってるDBのレコード数を確認する方法

2019/12/20

HerokuのDB(Postgresql)は10000レコードまで無料で使えるが、超えたらいきなり請求くるらしいので注意が必要。
レコード数はheroku pg:infoで確認できる。

$ heroku pg:info
=== DATABASE_URL
Plan:                  Hobby-dev
Status:                Available
Connections:           0/20
PG Version:            10.11
Created:               2019-02-01 14:28 UTC
Data Size:             10.0 MB
Tables:                6
Rows:                  2967/10000 (In compliance)
Fork/Follow:           Unsupported
Rollback:              Unsupported
Continuous Protection: Off

Rows: 2967/10000 (In compliance)

まだまだ余裕がありそうだ。


SNS でシェアする


ytkg

Written by ytkg, Twitter, GitHub