You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Placement Rule functionality, which allows users to define a set of rules to control the placement of data across the cluster. These rules can be specified using SQL statements to ensure that data is distributed in a way that meets specific requirements, such as balancing data across nodes or ensuring that replicas are located in different data centers.
While the Placement Rule functionality is powerful, users have reported several issues with its usability and some bug issues that arise due to the diverse user scenarios, which have not been addressed or recommended. we should add more test cases add do some improvements, including:
New way to allocate Table ID, Partition ID. Let the Table ID be continuous that belongs the same database. then we can reduce rule numbers. and more easily isolate database data.
Observability
Add check range region's rule fit interface in PD
Add a SQL interface the check the rule health of the tables
Enhancement
Placement Rule functionality, which allows users to define a set of rules to control the placement of data across the cluster. These rules can be specified using SQL statements to ensure that data is distributed in a way that meets specific requirements, such as balancing data across nodes or ensuring that replicas are located in different data centers.
While the Placement Rule functionality is powerful, users have reported several issues with its usability and some bug issues that arise due to the diverse user scenarios, which have not been addressed or recommended. we should add more test cases add do some improvements, including:
Docs
Function Enhancement
Core Function
REPLICAS
, substitute theFOLLOWERS
keywords in placement rule syntax #47303Observability
Test Cases
The text was updated successfully, but these errors were encountered: