
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
- Attribute creation stuck at processing f...
Hey Appwrite community! 👋 I'm running into a persistent issue with my self-hosted Appwrite installation (v1.6.1) where programmatically creating attributes fo...
- Could not open input file: /usr/src/code...
I updated my selfhosted instance to `1.6.2` and the new service (`appwrite-task-stats-resources`) failed to start. The only log message I see is: ``` Could not ...
- A feature/Fix request
Whenever I use Appwrite then to see the items of document I've to click "columns" option and select those items that I want to see then if I refresh browser/pa...
