v.24.8New Feature

Support OPTIMIZE Query on Joined Tables to Reduce Memory Footprint

Support OPTIMIZE query on Join tables to reduce their memory footprint. #67883 (Duc Canh Le).
Added support for the OPTIMIZE query on Join tables to reduce their memory footprint.

Why it matters

This feature enables users to optimize Join 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 the OPTIMIZE query on their Join tables like this:

OPTIMIZE TABLE <join_table_name>;