I have client collection and I have many other collections are linked.
=> let me bring up one example, clientFollowUps.
clientFollowUps contains followUpId, clientId, notes. I then queries clientFollowUps collections.
I can get list (many many), I want to response to page to display like (FollowUpId, ClientName, Notes)
this case, when I get response clientFollowUps (let says 100 documents). then, I need to loop everysingle of them then try to getClient(clientId). If I consider using Cloud, it would be performance issue!
How can I manage to reduce the request to appwrite for somemthing like this.
It would less considerate for self-hosted, but If I prefer to use cloud. this is wasted requrests!
Recommended threads
- {"message":"Server Error","code":500,"ty...
Hi, I am using Appwrite Cloud. I had created a new relation for a table. Since it was not letting me delete an appointment, I removed the relation from the mess...
- AttributeError: 'Context' object has no ...
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of erro...
- Support for adding domain...
I dont know how to setup domain on appwrite sites, need your help