[Solved] What is the maximum number of rows you can have in a single table database on the Heroku free plan (MongoDB/PostgreSQL)?


As you can read on the website you linked, a Free PostgreSQL database is limited to 10K (ten thousand) rows.

The free “Sandbox” MongoDB option has no document limit, but a size limit of 496 MB. A single MongoDB document can be anywhere between a few bytes and 16MB.

2

solved What is the maximum number of rows you can have in a single table database on the Heroku free plan (MongoDB/PostgreSQL)?