Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit use of QueryRelationships to see where we can reduce returned relationship data #1527

Open
josephschorr opened this issue Sep 6, 2023 · 0 comments
Labels
area/datastore Affects the storage system area/perf Affects performance or scalability state/needs discussion This can't be worked on yet

Comments

@josephschorr
Copy link
Member

In some call sites where QueryRelationships is used, we do not use the entire portion of the returned relationship: rather, only a portion (such as only the subject in LookupSubjects) is used. In these scenarios it might be worth asking the underlying datastore for only the necessary columns to reduce bytes over the wire

@josephschorr josephschorr added area/perf Affects performance or scalability area/datastore Affects the storage system state/needs discussion This can't be worked on yet labels Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/datastore Affects the storage system area/perf Affects performance or scalability state/needs discussion This can't be worked on yet
Projects
None yet
Development

No branches or pull requests

1 participant