v.21.7New Feature
Support ALTER DELETE Queries for Join Table Engine
Why it matters
This feature enables users to performALTER DELETE operations directly on Join engine tables, allowing more flexible data management and cleaning without needing to rebuild or replace the join tables manually.How to use it
Users can now executeALTER TABLE <table_name> DELETE WHERE <condition> commands on tables created with the Join engine to delete matching rows as specified by the condition.