Improve performance of the whole JSON column reading in Wide parts from S3#74827
Merged
Avogar merged 24 commits intoClickHouse:masterfrom Feb 14, 2025
Merged
Improve performance of the whole JSON column reading in Wide parts from S3#74827Avogar merged 24 commits intoClickHouse:masterfrom
Avogar merged 24 commits intoClickHouse:masterfrom
Conversation
Contributor
|
This is an automated comment for commit d1a0ddc 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
|
vdimir
reviewed
Jan 21, 2025
vdimir
reviewed
Jan 21, 2025
Contributor
vdimir
approved these changes
Feb 11, 2025
56 tasks
Merged
via the queue into
ClickHouse:master
with commit Feb 14, 2025
27c59fe
114 of 116 checks passed
baibaichen
added a commit
to Kyligence/gluten
that referenced
this pull request
Feb 15, 2025
baibaichen
added a commit
to apache/gluten
that referenced
this pull request
Feb 15, 2025
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250215) * Fix build due to ClickHouse/ClickHouse#75938 * Fix Ut due to ClickHouse/ClickHouse#74827 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
kevinw66
pushed a commit
to kevinw66/incubator-gluten
that referenced
this pull request
Mar 3, 2025
) * [GLUTEN-1632][CH]Daily Update Clickhouse Version (20250215) * Fix build due to ClickHouse/ClickHouse#75938 * Fix Ut due to ClickHouse/ClickHouse#74827 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
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):
Improve performance of the whole JSON column reading in Wide parts from S3. It's done by adding prefetches for subcolumn prefixes deserialization, cache of deserialized prefixes and parallel deserialization of subcolumn prefixes. It improves reading of the JSON column from S3 4 times in query like
SELECT data FROM tableand about 10 times in query likeSELECT data FROM table LIMIT 10.Documentation entry for user-facing changes
CI Settings (Only check the boxes if you know what you are doing)
All builds in Builds_1 and Builds_2 stages are always mandatory and will run independently of the checks below: