Hacker News new | ask | show | jobs
by asaddhamani 1615 days ago
The jumps in prices for Postgres seem pretty high. The next step up from $7 is $28(4x). After that it’s $154(5.5x), and the next step up from that is $1266(8x).

If I outgrow the $154 plan I have to jump to a ~$1300 plan.

Is this right?

1 comments

Not quite, but pricing is a little complicated AND we haven't shipped multi-shared CPU VMs yet.

Postgres prices are a function of the underlying resources. There are a bunch of steps between $7 and $28, you can put any size volume you want on your Postgres cluster and run 512MB or 1GB of RAM. 1GB RAM + 10GB volumes would be $14.40, for example.

Dedicated CPU VM types are much more powerful than the shared CPU. So the jump from $27 to $154 gets you, like, 20x the CPU power. I would like to have shared-cpu-2x, 4x, and 8x to give us a better cost gradient. So far it hasn't been an issue, though, people seem to want the extra CPU for a beefier DB.

Thanks for clearing that up