Many Entities with few Associations VS few Entities with many Associations. Which is the best practice for performance?

0
Hi, I'm currently on a mendix project. And i face the dillema that described in the title. This is the second case. CM_CD has many associations between every modules. This is the firstcase. Each module has a its CM_CD Entity.   Which is the best practice for performance? Best regards, From korea
asked
1 answers
0

Hello HyunKyu,

 

I am afraid that performance is more complex than just the domain model, it also has to do with the functionality you want to have in your application, which decides mainly how you need to store and retrieve your data. 

Nonetheless, the domain model is the heart of your application here are some links to the best practices and you can decide which things suits your situation the best:

 

https://docs.mendix.com/refguide/community-best-practices-for-app-performance/

https://docs.mendix.com/howto/data-models/denormalize-data-to-improve-performance/

 

Hope this helps!

 

Kind Regards

Jelle

answered