cagg_migrate()
Migrate a continuous aggregate from the old format to the new format introduced in TimescaleDB 2.7
Sunsetted 2.25.0
Since 2.7.0
Migrate a from the old format to the new format introduced
in 2.7.
2.7 introduced a new format for s that improves
performance. It also makes s compatible with more types of
SQL queries.
The new format, also called the finalized format, stores the data exactly as it appears in the final view. The
old format, also
called the partial format, stores the data in a partially aggregated state.
Use this procedure to migrate s from the old format to the
new format.
For more information, see the migration how-to guide.