HeatWave Release Notes
As of MySQL 8.4.0, HeatWave supports InnoDB partitions. To
unload partitions from HeatWave, specify the
SECONDARY_UNLOAD
clause in an
ALTER TABLE
statement.
mysql> ALTER TABLE tbl_name SECONDARY_UNLOAD PARTITION (p0, p1, ..., pn);
If a partition unload fails, the table becomes stale.