-
Notifications
You must be signed in to change notification settings - Fork 143
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
get_search_ui_permissions
bulk method
#11708
Labels
Comments
whatisgalen
added a commit
that referenced
this issue
Jan 2, 2025
whatisgalen
added a commit
that referenced
this issue
Jan 2, 2025
whatisgalen
added a commit
that referenced
this issue
Jan 2, 2025
whatisgalen
added a commit
that referenced
this issue
Jan 2, 2025
11 tasks
11 tasks
whatisgalen
added a commit
that referenced
this issue
Jan 2, 2025
whatisgalen
added a commit
that referenced
this issue
Jan 2, 2025
whatisgalen
added a commit
that referenced
this issue
Jan 2, 2025
whatisgalen
added a commit
that referenced
this issue
Jan 2, 2025
whatisgalen
added a commit
that referenced
this issue
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in Arches search results component, the
permission_backend.get_search_ui_permissions()
is called to update the permissions of each result in a set of search results. Each time this method gets called in either Arches default allow or default deny, a new django orm query gets issued to lookup node/nodegroup permissions. It's a pretty significant performance lag on larger result sets.The text was updated successfully, but these errors were encountered: