tikv / tikv/pd

Reduce the data skew within some range in a running cluster

Open
#3,013 0 comments 0 reactions 0 assignees View on GitHub
difficulty/medium high-performance 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

We have region scatter to make the leader/region distribution balance before we import the data. But consider that as time goes by, the distribution of some table may be highly skewed. Even if we have scatter range scheduler which can reduce the skew of data distribution, it will conflict with the balance region scheduler which may cause the redundant scheduling.

### Describe the feature you'd like

A possible way is that utilizing the scatter range scheduler but exclude the range handled by scatter range scheduler in balance region scheduler.

## Score

- 3000

## Mentor(s)

- @lhy1024
- @rleungx

### Recommended Skills
- Go

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.