-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Enable automatic spilling to disk by default #73422
Conversation
This is an automated comment for commit ad599f2 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
Don't forget to update |
This reverts commit a725546.
waiting #73728 |
|
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20241228) * Fix UT due to ClickHouse/ClickHouse#73422 --------- Co-authored-by: kyligence-git <gluten@kyligence.io> Co-authored-by: Chang Chen <baibaichen@gmail.com>
@@ -2391,7 +2391,7 @@ What to do when the limit is exceeded. | |||
DECLARE(UInt64, max_bytes_before_external_group_by, 0, R"( | |||
If memory usage during GROUP BY operation is exceeding this threshold in bytes, activate the 'external aggregation' mode (spill data to disk). Recommended value is half of the available system memory. | |||
)", 0) \ | |||
DECLARE(Double, max_bytes_ratio_before_external_group_by, 0., R"( | |||
DECLARE(Double, max_bytes_ratio_before_external_group_by, 0.5, R"( |
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.
@Michicosun https://github.com/ClickHouse/ClickHouse/pull/71406/files#diff-bd80c4328eff8a0779b6f7227e8d6d699b1497088e5883becf218e21d955b3b1 stated that the internals are subject to change. Since the ratio setting is now the default, let's remove the note I referenced?
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.
Sure, totally forgot about those notes.
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.
Changelog category (leave one):
CI Settings (Only check the boxes if you know what you are doing):