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

Prefilter join build side when it's too large #22667

Merged
merged 1 commit into from
May 15, 2024

Commits on May 9, 2024

  1. Optimize join when build side is large

    Original:
              join_prefilter_build_side :: 2158.693 cpu ms :: 4.17MB peak memory :: in 75.2K,      0B,   34.8K/s,      0B/s :: out   381,  26.7KB,     176/s,  12.4KB/s
    With optimization:
              join_prefilter_build_side :: 2189.438 cpu ms :: 2.02MB peak memory :: in 90.2K,      0B,   41.2K/s,      0B/s :: out   381,  26.7KB,     174/s,  12.2KB/s
    
    See the memory reduction
    kaikalur committed May 9, 2024
    Configuration menu
    Copy the full SHA
    572b908 View commit details
    Browse the repository at this point in the history