Maximum Number of Objects for a Free Environment

0
Hi, I would like to get an estimate of the maximum number of objects a free environment can hold before max storage is reached. Would the basic plan be a better option in terms of storage?
asked
1 answers
0

There are limitations for the free apps, the max file size is 1Gb and database size is 0.5 Gb, see https://docs.mendix.com/developerportal/deploy/mendix-cloud-deploy/#free-app

Translating this into records is not completely straigthforward, it depends on the number of columns for a record for example. Associations and indexes will play a role in the size of your records as well. See https://stackoverflow.com/questions/10885706/how-many-records-can-i-store-in-5-mb-of-postgresql-on-heroku for some more guidance on this specific topic.

answered