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

page_service: getpage batching: refactor & minor fixes #9792

Closed
wants to merge 18 commits into from

Commits on Nov 18, 2024

  1. WIP: page_service: add basic testcase for merging

    The steps in the test work in neon_local + psql
    but for some reason they don't work in the test.
    
    Asked compute team on Slack for help:
    https://neondb.slack.com/archives/C04DGM6SMTM/p1731952688386789
    problame committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0689965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15e21c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. compiles

    problame committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    61ff84a View commit details
    Browse the repository at this point in the history
  2. fixes

    problame committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    911946a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. parametrize more test

    problame committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5cc0059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b974616 View commit details
    Browse the repository at this point in the history
  3. make it a proper benchmark

    problame committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f2de5b5 View commit details
    Browse the repository at this point in the history
  4. collect CPU utilization

    problame committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e80ce97 View commit details
    Browse the repository at this point in the history
  5. bench fixups

    problame committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    75041cb View commit details
    Browse the repository at this point in the history
  6. page_service: add benchmark for batching

    This PR adds a benchmark to demonstrate the effect of server-side
    getpage request batching added in #9321.
    
    Refs:
    
    - Epic: #9376
    - Extracted from #9792
    problame committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b695907 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa695b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88d52b3 View commit details
    Browse the repository at this point in the history
  9. fixup whitespace stuff

    problame committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b299eb1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af95320 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. high-resolution CPU usage

    problame committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e82deb2 View commit details
    Browse the repository at this point in the history
  2. pytest.approx; #9820 (comment)

    problame committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3375f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff0aa15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    058b35f View commit details
    Browse the repository at this point in the history