-
Notifications
You must be signed in to change notification settings - Fork 812
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
Add in-memory chunk cache #6245
Add in-memory chunk cache #6245
Conversation
67bedbf
to
975b5c3
Compare
* [FEATURE] Query Frontend/Querier: Add protobuf codec `-api.querier-default-codec` and the option to choose response compression type `-querier.response-compression`. #5527 | ||
* [CHANGE] Enable Compactor and Alertmanager in target all. #6204 | ||
* [FEATURE] Query Frontend/Querier: Add protobuf codec `-api.querier-default-codec` and the option to choose response compression type `-querier.response-compression`. #5527 |
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.
I just changed the order.
d1fa7fa
to
ea70f2c
Compare
@yeya24 |
ea70f2c
to
dc50383
Compare
@SungJin1212 I prefer to stick to current behavior to not enable chunks caching as default. |
dc50383
to
a094b6e
Compare
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
a094b6e
to
c62c7b1
Compare
@yeya24 |
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.
Awesome work! Thanks for the contribution
Add an in-memory chunk cache to Store Gateway.
Which issue(s) this PR fixes:
Fixes #6239
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]