• RENAME TO clause to rename the continuous aggregate view;
    • SET TABLESPACE clause to move the materialization of the continuous aggregate view to the new tablespace;

    ALTER MATERIALIZED VIEW SET ( timescaledb.

    ALTER MATERIALIZED VIEW contagg_view SET (timescaledb.compress = true); ```