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

Remove group by in event artifacts #3497

Merged
merged 1 commit into from
May 20, 2024
Merged

Remove group by in event artifacts #3497

merged 1 commit into from
May 20, 2024

Conversation

scudette
Copy link
Contributor

This can be a performance killer because there are many events. A Group By prevents events from being forwarded and usually results in file based operations which slow everything down.

This can be a performance killer because there are many events. A
Group By prevents events from being forwarded and usually results in
file based operations which slow everything down.
@mgreen27 mgreen27 merged commit 2b582ce into master May 20, 2024
3 checks passed
@mgreen27 mgreen27 deleted the groupby branch May 20, 2024 09:50
scudette added a commit that referenced this pull request May 21, 2024
This can be a performance killer because there are many events. A Group
By prevents events from being forwarded and usually results in file
based operations which slow everything down.
scudette added a commit that referenced this pull request May 21, 2024
This can be a performance killer because there are many events. A Group
By prevents events from being forwarded and usually results in file
based operations which slow everything down.
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.

None yet

2 participants