
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
- Billing issue
Hey, i recently Purchased the Pro Plan on Appwrite but I've changed my mind id there any way i xould cancel the Pro use the Free Tier and get my refund?
- I can't update my email templates in sel...
I have attached a long screenshot of the whole page to provide a better context to the issue I am having. The summary is that on navigating to the Auth templat...
- mcp-for-docs not working properly
I'm experiencing issues integrating the MCP server tool with Cursor IDE. The MCP server connection establishes successfully initially but fails after one minute...
