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

branch-3.0: [performance](load) increase max_broker_concurrency to 100 #44929 #45238

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Cherry-picked from #44929

@dataroaring
Copy link
Contributor

run buildall

Increase default `max_broker_concurrency` to 100 to improve broker load
performance.
This option will affect the max number of scan / sink instances allowed
in a broker load.

```
parallel instance = min(max_broker_concurrency,
                        source file size / min_bytes_per_broker_scanner,
                        num backends * load_parallelism)
```

S3 load time of tpcds_1000g catalog_sales:
* before: 438s
* after: 225s
@dataroaring dataroaring force-pushed the auto-pick-44929-branch-3.0 branch from 3bc0434 to bca50e9 Compare December 11, 2024 14:51
@dataroaring
Copy link
Contributor

run buildall

@dataroaring dataroaring merged commit 706ce50 into branch-3.0 Dec 23, 2024
29 of 32 checks passed
@github-actions github-actions bot deleted the auto-pick-44929-branch-3.0 branch December 23, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants