Database Pricing
Hi π
It's not clear what the pricing structure on a PostgreSQL database is, e.g. how many rows before I need to go up a tier (I come from the distant land of Heroku where they forced you to upgrade at 10K rows)?
3 Replies
Project ID:
N/A
The pricing isn't quite as concrete as that, basically a database on railway is seen as just a normal service ( in terms of pricing )
you pay for the RAM and CPU it uses
( 10 dollars per gb ram per month and 20 dollars per cpu per month )
Each database will have a
Volume
attached, which you also pay for
( 0.25 dollars per gb per month )youd really only need to upgrade to pro if you filled up the 5gb volume, at least that's the most common scenario ive seen
or of course youd need to upgrade to pro if you aren't running a hobby project regardless if you use the 5gb or not