• Igor Babaev's avatar
    MDEV-26301 Split optimization refills temporary table too many times · ce7ffe61
    Igor Babaev authored
    This patch optimizes the number of refills for the lateral derived table
    to which a materialized derived table subject to split optimization is
    is converted. This optimized number of refills is now considered as the
    expected number of refills of the materialized derived table when searching
    for the best possible splitting of the table.
    ce7ffe61
sql_select.h 85.2 KB