How to Avoid PD Scheduling Hot Regions

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: 如何避免pd对hot region进行调度

| username: HoniiTro19

【TiDB Version】v6.0.0
Is there any way to completely avoid pd from splitting and scheduling hot regions? Currently, the pd parameter hot-region-cache-hits-threshold is set to 60 minutes, but checking the logs still seems to show hot region scheduling information.

| username: ddhe9527 | Original post link

Try changing hot-region-schedule-limit to 0

tiup ctl:v6.0.0 pd config set hot-region-schedule-limit=0
| username: HoniiTro19 | Original post link

It seems that this still cannot avoid the split of the region. Is there any other way?

| username: HoniiTro19 | Original post link

A region has split into 4 regions.

| username: ddhe9527 | Original post link

Try increasing the Load Base Split threshold and see:

set config tikv split.qps-threshold = increase it;
set config tikv split.byte-threshold = increase it;
| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.