Skip to content

ref(workflow_engine): Prefetch all the data for detector evaluation #95184

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

saponifi3d
Copy link
Contributor

Description

Rather than accessing the data in a waterfall of select statements and cache lookups, prefetch all the data required for execution.

If this addresses the waterfall here, we can add a cache to these lookups -- improving performance for subsequent evaluations.

…during initial SQL request to reduce overhead
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 9, 2025
…e prefetch all the data needed to evaluate the detector.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant