horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Concurrent control for altering schema on partition tables

Open chunshao90 opened this issue 1 year ago • 0 comments

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

chunshao90 avatar Oct 09 '23 07:10 chunshao90