Domain Model Query !

0
Is there any upper limit for capacity of data that can be stored in the domain model in Mendix ? If yes, what is the limit upto which dynamic data can be stored ?
asked
1 answers
1

Answer to your first question: no, there is no limit to the number of entities or attributes in entities that I know of. It is surely way beyond the number of entities that make sense to have in your domain model. And the number of attributes in one entity should be less than 30.

The limit for dynamic data is the storage space, which can keep growing. Just add space.

answered