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

Merge quantile sketches as they arrive #11544

Merged
merged 14 commits into from
Jan 4, 2024

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    1d0d3cf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    6992149 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Format

    jeschkies committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    375c683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5521e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Do not cancel asyncfor

    jeschkies committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e5be590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f8b104 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80c1f8a View commit details
    Browse the repository at this point in the history
  4. Add note to use for

    jeschkies committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    53c1b51 View commit details
    Browse the repository at this point in the history
  5. improve sketch merge performance by using a pool for the maps

    that we use to store and check stream hashes
    
    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ced0809 View commit details
    Browse the repository at this point in the history
  6. add benchmarks for bloated memory merge vs accumulator merge

    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6f5ef81 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Benchmark accumulator

    jeschkies committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    80179fe View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/karsten/merge-one-a…

    …t-a-time' into karsten/merge-one-at-a-time
    jeschkies committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8de58a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adeab72 View commit details
    Browse the repository at this point in the history
  4. Fix unit test

    jeschkies committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a6c2fbd View commit details
    Browse the repository at this point in the history