v.24.8New Feature
Support OPTIMIZE Query on Joined Tables to Reduce Memory Footprint
SupportOPTIMIZEquery onJointables to reduce their memory footprint. #67883 (Duc Canh Le).
Why it matters
This feature enables users to optimizeJoin tables, which helps in reducing the memory usage associated with them, improving resource efficiency during query execution.How to use it
Users can apply this feature by executing theOPTIMIZE query on their Join tables like this:OPTIMIZE TABLE <join_table_name>;