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

GC: report times spent in each step of sweeping #56993

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

d-netto
Copy link
Member

@d-netto d-netto commented Jan 8, 2025

We've been using this patch for a while (e.g., RelationalAI#176), and it has proven valuable for identifying the most expensive part of sweeping in a customer workload. Specifically, it highlighted that the madvise stage was the bottleneck. These metrics allowed us to effectively determine whether concurrent page sweeping would be beneficial.

@d-netto d-netto added the GC Garbage collector label Jan 8, 2025
@d-netto d-netto requested review from gbaraldi and vtjnash January 8, 2025 14:44
@d-netto d-netto force-pushed the dcn-sweep-metrics branch from cd3bf9a to 77b064a Compare January 8, 2025 15:32
@d-netto d-netto added the merge me PR is reviewed. Merge when all tests are passing label Jan 8, 2025
@d-netto d-netto force-pushed the dcn-sweep-metrics branch from 77b064a to 5a53acf Compare January 8, 2025 17:49
@d-netto d-netto force-pushed the dcn-sweep-metrics branch from 5a53acf to 96e1c22 Compare January 8, 2025 19:12
@d-netto d-netto merged commit 11ce171 into master Jan 8, 2025
5 of 7 checks passed
@d-netto d-netto deleted the dcn-sweep-metrics branch January 8, 2025 22:52
@d-netto d-netto removed the merge me PR is reviewed. Merge when all tests are passing label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GC Garbage collector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants