Is it possible to limit the depth of the request when receiving a document?
I noticed a large performance drawdown when a table of not many relationships is obtained. Is it possible, like sql, to simply get an id from related objects.
How to speed up query performance?
Queries are not supported on relationships yet
@Ernest You misunderstood me, when a table has relationships with other tables, when one is requested, a related object is returned from another.
Aren't you looking to retrieve certain fields and not others from the related object?
I don't believe this is possible. And Relationships are only supported to three levels anyway.
You could just not use Relationships and just store the ID as a string instead
Recommended threads
- Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So ...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Relationships and Realtime
Since now Relationship attributes are only returned when explicitly queried, how does this change reflect in Realtime? If a listener is listening to a row from ...