0

This should be easy, but I have not been able to find a straightforward answer.

If I subscribe to Heroku's starter database basic plan (the $9/mo option, as of this writing) will I be able to deploy multiple Rails applications, each with its own db, and still pay $9/mo as long as the grand sum of rows across all dbs stays below 1M?

Thanks, Giuseppe

4

2 回答 2

0

If you look at Heroku's Postgresql page and choose the Basic plan (https://addons.heroku.com/heroku-postgresql), you are prompted to select an app. The button next to it says "Add Basic for $9/mo". I've worked with paid database plans on Heroku before and it's always been "(monthly fee) per database per app" in my experience.

于 2013-03-01T13:06:39.993 回答
0

If you have multiple apps and want each of those apps to have access to a basic database plan, you have to add a $9 basic plan add-on to each of those apps, even if the aggregate row count is lower than 1M.

于 2013-03-01T18:08:38.753 回答