Bug #44724
compressor: Set default Zstd compression level to 1
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
The default compression level of 5 for Zstandard is too high for the majority
of use cases since it requires too many CPU cycles. The upstream Zstandard
project uses 3 as the default, but I feel like a default of 1 will work for
many more clusters. I have another patch in the works which will make this a
configurable option (#43377).
History
#1 Updated by Bryan Stillwell over 3 years ago
#2 Updated by Bryan Stillwell over 3 years ago
I've closed PR: https://github.com/ceph/ceph/pull/34133 in favor of making it a separate commit as part of:
#3 Updated by Greg Farnum over 3 years ago
- Project changed from Ceph to RADOS