Rework loading and removing of data parts for MergeTree tables.#49474
Merged
nikitamikhaylov merged 25 commits intomasterfrom Jun 6, 2023
Merged
Rework loading and removing of data parts for MergeTree tables.#49474nikitamikhaylov merged 25 commits intomasterfrom
nikitamikhaylov merged 25 commits intomasterfrom
Conversation
Contributor
|
This is an automated comment for commit 4b91c43 with description of existing statuses. It's updated for the latest CI running
|
serxa
reviewed
May 4, 2023
serxa
reviewed
May 4, 2023
serxa
reviewed
May 4, 2023
serxa
reviewed
May 8, 2023
e516c9c to
8c73d4b
Compare
serxa
reviewed
May 11, 2023
serxa
reviewed
May 12, 2023
serxa
reviewed
May 14, 2023
serxa
reviewed
May 14, 2023
serxa
approved these changes
May 15, 2023
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
1e863a2 to
a1fe647
Compare
Member
Author
|
AST Fuzzer (asan) - #50451 |
…-part-loading-and-deletion
…-part-loading-and-deletion
Member
Author
It runs too long, not sure what to do with it. It takes from 50-120 seconds to execute it usually... |
baibaichen
added a commit
to Kyligence/gluten
that referenced
this pull request
Jun 7, 2023
baibaichen
added a commit
to Kyligence/gluten
that referenced
this pull request
Jun 7, 2023
baibaichen
added a commit
to apache/gluten
that referenced
this pull request
Jun 7, 2023
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20230607) * Fix since ClickHouse/ClickHouse#49474 --------- Co-authored-by: kyligence-git <gluten@kyligence.io> Co-authored-by: Chang Chen <baibaichen@gmail.com>
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.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Data parts loading and deletion jobs were moved to shared server-wide pools instead of per-table pools. Pools sizes are controlled via settings
max_active_parts_loading_thread_pool_size,max_outdated_parts_loading_thread_pool_sizeandmax_parts_cleaning_thread_pool_sizein top-level config. Table-level settingsmax_part_loading_threadsandmax_part_removal_threadsbecame obsolete.