Replies: 1 comment
-
Hi @jmikrut , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, each relationship field is responsible for fetching its own related data, but this can be problematic and cause performance issues if you have many relationship fields with hundreds of related documents.
There is also a potential problem with URL length limits if you do have a relationship field that fetches 300+ relations.
There may be a way to create a top-level relationship context "store" which stores related documents required in a view by ID, and could be checked to see if a document exists before fetching its data.
There's a good amount of complexity in this, but it could offer some performance enhancements if we address it correctly.
Beta Was this translation helpful? Give feedback.
All reactions