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
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error