v2.0
timeseries_views.continuous_aggregation
timeseries_views.continuous_aggregation视图提供持续聚合的信息。
表1 timeseries_views.continuous_aggregation视图字段
名称 | 类型 | 描述 |
---|---|---|
schema | name | 持续聚合所属schema |
caname | name | 持续聚合的名字 |
resample_interval | text | 持续聚合自动重采样的间隔 |
job_id | bigint | 持续聚合后台任务的job_id |
status | name | 持续聚合后台任务当前任务状态(running,finished,failed,disable) |
last_run_date | timestamp without time zone | 持续聚合后台任务的上次执行时间 |
next_run_date | timestamp without time zone | 持续聚合后台任务的下次执行时间 |
query | text | 持续聚合采样时使用的query语句 |
failure_count | smallint | 失败计数,持续聚合任务连续失败16次后不再执行 |
failure_msg | text | 持续聚合后台任务最近一次失败信息,若无失败信息,为空 |