Skip to content
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

Reduce the block cache miss when balancing the hot region #2999

Open
Tracked by #5691
rleungx opened this issue Sep 21, 2020 · 0 comments
Open
Tracked by #5691

Reduce the block cache miss when balancing the hot region #2999

rleungx opened this issue Sep 21, 2020 · 0 comments
Labels
status/discussion-wanted The issue needs to be discussed. type/enhancement The issue or PR belongs to an enhancement.

Comments

@rleungx
Copy link
Member

rleungx commented Sep 21, 2020

Feature Request

Describe your feature request related problem

When the store is under high read pressure, we will move some hot region to the new store when we enable the auto scaling in order to implement the load balance. And we find this kind of operation may cause some cache miss. It will have some impact on the system performance.

Describe the feature you'd like

Maybe we can use a special label to fill block cache when ingesting SST.

Describe alternatives you've considered

Teachability, Documentation, Adoption, Migration Strategy

@rleungx rleungx added type/enhancement The issue or PR belongs to an enhancement. status/discussion-wanted The issue needs to be discussed. labels Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/discussion-wanted The issue needs to be discussed. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant