You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support migration from trigger-based invalidation collection to
WAL-based invalidation collection, or the opposite, the function
`_timescaledb_functions.cagg_change_invalidation_method` is introduced.
When called with a hypertable (that has continuous aggregates
connected) and an invalidation method, it will flush the hypertable
invalidations and changes the collection method for the hypertable to
use the requested one.
It will changes the collection method for *all* continuous aggregates
connected to the given hypertable, not just for a single continuous
aggregate.
Also adds tests for the migration to check that it works properly.
0 commit comments