
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
- My collection is not updating after csv ...
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
- How do I format an array in a CSV file t...
I want to import a CSV file to create a document on it on the AppWrite website. I have an attribute "name" of type String and "ingredients" which is of type St...
