horaedb
horaedb copied to clipboard
Concurrent control for altering schema on partition tables
Describe This Problem
Currently, there is no concurrency control in place. If alter schema operations are performed simultaneously on the same partition table, it may result in schema inconsistency issue. Refer to #1244.
Proposal
By using centralized storage, we can achieve serial execution of alter schema operations on same partition table.
Additional Context
No response