wesql / wescale

WeScale is a Modern MySQL proxy that supports read-write-split, read-after-write-consistency, load balancing and OnlineDDL.
https://wesql.io
Apache License 2.0
199 stars 8 forks source link

Separation of Declarative DDL as a Standalone Feature #552

Closed earayu closed 2 days ago

earayu commented 2 weeks ago

Background

Currently, Declarative Data Definition Language (DDL) is tightly integrated with OnlineDDL without the option to enable or disable it independently. This lack of flexibility hinders the ability to control and manage DDL operations effectively.

Proposal

Introduce a dedicated feature that allows users to enable or disable Declarative DDL functionality independently. This separation will provide users with the flexibility to choose when to utilize Declarative DDL, enhancing overall system control and management of DDL operations.