tikv / tikv/pd

Reduce the block cache miss when balancing the hot region

Open
#2,999 0 comments 1 reaction 0 assignees View on GitHub
status/discussion-wanted type/enhancement
Dominant language
Go
Stars
1.2k
Forks
783
Avg merge
5d 21h
Merged PRs (30d)
36

Description

## 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.