1. My model driven app has more than 200 views for an entity (table) which might increase to 300 or 400 in future. I wanted to know if having so many views in MDA impact its performance?
2.I think calls to views are synchrnous so the views are loaded with the data while MDA is being loaded?
I couldn't find a direct answer to this or anyone's exprience with high number of views.
If "number of views" impact MDA performance then what can be possible solution:
1. restrciting views based on user security role/ security team.
2. aysnchronous calls to views
if anyone knows how to implement these solutions let me know, or if there is any other way to reduce impact of views on MDA performance