Best way to get parent informations

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?

Hello @Alex_Albuquerque

Welcome to our community and thank you for trying out Backendless.

could you please provide a more specific example? And as the schema in mcontrol or maa application?