updatetargetspace_log


Description

This table keeps a log for all update target runs and number of devices that got inserted/updated/deleted with that run. It is parent table that is partitioned over zone schema.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.updatetargetspace_log_id_seq'::regclass)

Unique identifier for updatetargetspace_log record

zone_id int4 10 null

Zone Id for updatetargetspace_log record.

action text 2147483647 null

Type of action this updatetargetspace_log record represents. Valid values are: insert, update, delete.

count int4 10 null

Number of records that got impacted by this run and action.

last_run timestamp 29,6 now()

Time when update target was run for this reord

message text 2147483647 null

Status message indicating start and completion for update target processing

parameters _text 2147483647 null

Parameters passed in for update target processing. Possible parameters are onlyDeletes and verification

Table contained 0 rows