-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Remove zstd feature flag for index codec best compression. #112665
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
Merged
martijnvg
merged 17 commits into
elastic:main
from
martijnvg:remove_ff_zstd_best_compression
Sep 13, 2024
Merged
Changes from 14 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
cd148ca
Remove zstd feature flag for index codec best compression.
martijnvg 57ca3f4
iter
martijnvg 9c185ed
Merge remote-tracking branch 'es/main' into remove_ff_zstd_best_compr…
martijnvg ca2b029
Update docs/changelog/112665.yaml
martijnvg 69636e0
iter changelog
martijnvg 45c424a
update docs
martijnvg f1488f0
Merge remote-tracking branch 'es/main' into remove_ff_zstd_best_compr…
martijnvg 7dd45f5
Update docs/changelog/112665.yaml
martijnvg 54975f5
iter docs
martijnvg bbaddbd
Update docs/changelog/112665.yaml
martijnvg af45a23
Update docs/changelog/112665.yaml
martijnvg d907f1b
iter changelog
martijnvg 6297da9
typo
martijnvg 53a780a
iter
martijnvg 58e4898
reword change log
martijnvg 49adb6d
Merge remote-tracking branch 'es/main' into remove_ff_zstd_best_compr…
martijnvg ea8dd1f
Merge remote-tracking branch 'es/main' into remove_ff_zstd_best_compr…
martijnvg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ | |
"CRUD", | ||
"Client", | ||
"Cluster Coordination", | ||
"Codec", | ||
"Data streams", | ||
"DLM", | ||
"Discovery-Plugins", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
pr: 112665 | ||
summary: Remove zstd feature flag for index codec best compression | ||
area: Codec | ||
type: enhancement | ||
issues: [] | ||
highlight: | ||
title: Enable ZStandard compression for indices with index.codec set to best_compression | ||
body: |- | ||
Before DEFLATE compression was used to compress stored fields in indices with index.codec index setting set to | ||
best_compression, with this change ZStandard is used as compression algorithm to stored fields for indices with | ||
index.codec index setting set to best_compression. Experiments have shown that ZStandard offers lower storage usage | ||
(upto ~12%) and higher indexing throughput (upto 14%) compared to DEFLATE. | ||
notable: true |
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
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
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
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
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
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.
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.
should we also update the note on higher indexing throughput here?
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.
yes, I reworded this to: 58e4898