-
Notifications
You must be signed in to change notification settings - Fork 622
Labels
Description
Is your feature request related to a problem? Please describe.
Are there plans for zstd support between distributors and ingesters using the grpc_compression
flag?
Enabling zstd compression would help significantly reduce the amount of cross-AZ traffic our org pays for running Mimir. gzip gets some wins, at the expense of CPU.
Now that there is a pure Go zstd implementation, are there any major blockers for introducing it to Mimir?
Describe the solution you'd like
Support for zstd
when using the grpc_compression
.
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.