Hey guys,
I searched and I know that this subject has already been dealt with in several topics and I understood that the system works with relationships in a single direction, from the parent record to the child.
However, I would like to know what would be the best implementation alternative.
I have a scenario where I need to show a list entities (contracts) that relate to several others. Knowing that the tables will have too many records, I cant make new requests for each item in my list to fetch the data of each parent entity. I also can’t cache data from parent tables, there are too many records to cache.
I made a small POC to exemplify the situation and I still haven’t reached a viable solution.
Could someone shine a light?