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
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...
- MFA Recovery Codes issue
after creating recovery codes using `account.createMFARecoveryCodes()` do we need to Verify MFA factors type recovery code? I followed this guide: https://appw...
- Build Error Truncated
I'm trying to start with Appwrite using an existing Next.js project of mine. When a deployment runs though it just ends up showing :`server error.","code":500,"...