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
The current system handles read and write operations on the same datanodes, leading to potential performance bottlenecks under high load. The "follower region" feature separates these operations across different datanodes.
What does the feature do?
Allows the addition of follower regions to enhance the system's query capabilities. It includes the following improvements:
Apply manifest change via remote WAL
Replicate leader WAL entries
Implement the SetReplicas procedure
Improve region state transition
Implement region-migration related enhancements
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
What problem does the new feature solve?
The current system handles read and write operations on the same datanodes, leading to potential performance bottlenecks under high load. The "follower region" feature separates these operations across different datanodes.
What does the feature do?
Allows the addition of follower regions to enhance the system's query capabilities. It includes the following improvements:
SetReplicas
procedureImplementation challenges
No response
The text was updated successfully, but these errors were encountered: