remove_continuous_aggregate_policy()

Community

Remove refresh policy for a continuous aggregate.

Required Arguments

NameTypeDescription
continuous_aggregateREGCLASSName of the continuous aggregate the policy should be removed from

Sample Usage

Remove the refresh policy from the ‘cpu_view’ continuous aggregate:

  1. SELECT remove_continuous_aggregate_policy('cpu_view');