-
Notifications
You must be signed in to change notification settings - Fork 716
Test ingest_benchmark with different stripe size and also PostgreSQL version 17 #10510
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
Conversation
We have two other changes deployed to staging that we need to do performance testing for (L0 backpressure and parallel reads). Changing the stripe size too would make it hard to measure the impact of each change in isolation. Should we hold off on this until we've stabilized staging a bit? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change LGTM.
@erikgrinaker |
7429 tests run: 7043 passed, 0 failed, 386 skipped (full report)Flaky tests (8)Postgres 17
Postgres 16
Postgres 14
Code coverage* (full report)
* collected from Rust tests only The comment gets automatically updated with the latest test results
f2bfe5d at 2025-01-27T20:41:58.358Z :recycle: |
…version 17 (neondatabase#10510) We want to verify if pageserver stripe size has an impact on ingest performance. We want to verify if ingest performance has improved or regressed with postgres version 17. ## Summary of changes - Allow to create new project with different postgres versions - allow to pre-shard new project with different stripe sizes instead of relying on storage manager to shard_split the project once a threshold is exceeded Replaces neondatabase#10509 Test run https://github.com/neondatabase/neon/actions/runs/12986410381
We want to verify if pageserver stripe size has an impact on ingest performance.
We want to verify if ingest performance has improved or regressed with postgres version 17.
Summary of changes
Replaces #10509
Test run https://github.com/neondatabase/neon/actions/runs/12986410381