wesql / wescale

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

[Enhancement Request] Polish 'Alter filter' Command to Prevent Overriding Updates #511

Closed earayu closed 3 weeks ago

earayu commented 4 weeks ago

Background

Currently, the 'Alter filter' command overrides and updates the existing filter configuration. This can lead to unintended data loss or misconfiguration issues.

Proposal

I propose enhancing the 'Alter filter' command to prevent it from overriding existing filter configurations and instead perform incremental updates.