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

Fix query explosion for SiteImage admin page #500

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

mvandenburgh
Copy link
Member

Similar to #478, each site image is issuing an additional query for its associated evaluation, and also N queries for each of the N observations associated with that evaluation. This leads to a N+1 query explosion that makes the SiteImage admin unusable.

Each site image is issuing an additional query for its associated evaluation, and also N queries for each of the N observations associated with that evaluation. This leads to a N+1 query explosion that makes the `SiteImage` admin unusable.
@mvandenburgh mvandenburgh merged commit e3174c2 into main Sep 10, 2024
8 checks passed
@mvandenburgh mvandenburgh deleted the fix-site-image-admin branch September 10, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants