Hello. I am creating a query with a joined field t...
# orm-help
s
Hello. I am creating a query with a joined field that has a lot of records and "take" is not speeding up the query whatsoever. What is a good alternate way to limit the number of results and speed up the query?
d
Hi! Cursor navigation would be best, make sure to exclude the relation field on the parent.