
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
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
- Having errors migrating to cloud
Project will not migrate compeltely
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
