Update DataFusion instructions / Enable swap on small machines#804
Open
alamb wants to merge 2 commits intoClickHouse:mainfrom
Open
Update DataFusion instructions / Enable swap on small machines#804alamb wants to merge 2 commits intoClickHouse:mainfrom
alamb wants to merge 2 commits intoClickHouse:mainfrom
Conversation
e6e271a to
9d5f358
Compare
bbefbb9 to
3e4ced3
Compare
This was referenced Feb 27, 2026
Contributor
Author
|
FYI @pmcgleenon and @waynexia I wonder what you think of this approach (just turning on swap)? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale
I would like to
Since we last successfully ran the benchmarks ourselves (47.0.0), new smaller machines (c6a.xlarge 4core, 8G RAM) where the existig scripts have struggled a lot. Specifically:
rustcis OOM killed (due to the link flags we pass)datafusion-clifails to run ClickBench queries with 8GB of RAM apache/datafusion#18473)Also, the existing instructions are somewhat outdated
Changes
make-json.shscript to help us evaluate the current status locallyNon Changes
Note this PR does NOT update any results (I will make a follow on PR with actual numbers, I want to get the scripts into shape first)
Testing
I tested on these machines following the instructions