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

Restore should scatter new created empty tables #57596

Open
3pointer opened this issue Nov 21, 2024 · 0 comments
Open

Restore should scatter new created empty tables #57596

3pointer opened this issue Nov 21, 2024 · 0 comments
Labels
component/br This issue is related to BR of TiDB. type/enhancement The issue or PR belongs to an enhancement.

Comments

@3pointer
Copy link
Contributor

Enhancement

Context: #55184

Starting from TiDB v8.4, the tidb_scatter_region variable supports global scope region scattering. To take advantage of this feature, BR should set this variable to global before creating tables.

Without this configuration, empty tables will not be scattered across the cluster and may instead concentrate on a few TiKV nodes. This uneven distribution increases the likelihood of triggering hotspot issues.

@3pointer 3pointer added type/enhancement The issue or PR belongs to an enhancement. component/br This issue is related to BR of TiDB. labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/br This issue is related to BR of TiDB. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant