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 wanted to know if the when is data for fetched and loaded for each view of an entity? is it onload of the MDA or the onload of view(after clicking on the view from drop down)
If "number of views" impact MDA performance then what can be possible solution:
1. restricting views based on user security role/ security team.
if anyone knows how to implement this solution let me know, or if there is any other way to reduce impact of views on MDA performance