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

optimize parms for ingest bench #9999

Merged
merged 12 commits into from
Dec 4, 2024
Merged

Conversation

Bodobolero
Copy link
Contributor

Problem

we tried different parallelism settings for ingest bench

Summary of changes

the following settings seem optimal after merging

  • SK side Wal filtering
  • batched getpages

Settings:

  • effective_io_concurrency 100
  • concurrency limit 200 (different from Prod!)
  • jobs 4, maintenance workers 7
  • 10 GB chunk size

@Bodobolero Bodobolero requested a review from a team as a code owner December 4, 2024 09:51
@Bodobolero Bodobolero requested a review from VladLazar December 4, 2024 09:52
@Bodobolero Bodobolero enabled auto-merge December 4, 2024 09:54
Copy link
Member

@bayandin bayandin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@Bodobolero Bodobolero added this pull request to the merge queue Dec 4, 2024
Merged via the queue into main with commit 1b3558d Dec 4, 2024
81 checks passed
@Bodobolero Bodobolero deleted the bodobolero/test_ingest_parms branch December 4, 2024 11:09
Copy link

github-actions bot commented Dec 4, 2024

7029 tests run: 6721 passed, 0 failed, 308 skipped (full report)


Flaky tests (5)

Postgres 15

Code coverage* (full report)

  • functions: 30.8% (8263 of 26844 functions)
  • lines: 47.8% (65167 of 136378 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
62d3281 at 2024-12-04T11:13:47.367Z :recycle:

awarus pushed a commit that referenced this pull request Dec 5, 2024
## Problem

we tried different parallelism settings for ingest bench 

## Summary of changes

the following settings seem optimal after merging
- SK side Wal filtering
- batched getpages

Settings:
- effective_io_concurrency 100
- concurrency limit 200 (different from Prod!)
- jobs 4, maintenance workers 7
- 10 GB chunk size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants