Skip to content

Conversation

@github-actions
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.

3 participants