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

Change the default implementation to calculate step stats more efficiently #26106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prha
Copy link
Member

@prha prha commented Nov 22, 2024

Summary & Motivation

By default, we calculate step stats by fetching all of the events and filtering in-memory to construct the step stat summary.

This PR changes the event fetch to pass in an event type filter.

This has the biggest impact for runs that have a lot of unstructured events and that do not directly inherit from the SqlEventLogStorage (e.g. some Cloud storage implementations)

How I Tested These Changes

BK

@prha prha requested a review from gibsondan November 22, 2024 20:29
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.

1 participant