Table SIEM.public.evt_datasync_info
Data synchronization status data.

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
policy_id varchar 255
partition_sync_info.policy_id Implied Constraint R
This is the UUID of the corresponding data sync policy. The UUID is deliberately stored as a string to simplify cross-db platform implementation.
start_date_time timestamptz 35,6  √  null the point in time that events are synced from. NOTE: It is NOT the date that syncing started.
completed_to_partition int8 19  √  null all partitions with a partition number less than or equal to this number have been synced.
latest_event_time timestamptz 35,6  √  null the time of the latest event we have read up to. NOTE: This does NOT mean all events up to this point in time have been processed. It is simply the latest event we have seen so far.
last_resync_id varchar 255  √  null This is a UUID that is used internally to keep track of the last resync event that occurred. It is strictly used for internal housekeeping.
events_read int8 19  √  null the total number of events that have been read through in all partitions that have been or are being processed.
events_processed int8 19  √  null the total number of events that passed the data sync policy filter criteria.
records_added int8 19  √  null the total number of records that have been added to the destination table since the start of syncing (or resync).
total_record_updates int8 19  √  null the total number of record updates that have been performed on the destination table since the start of syncing (or resync).

Table contained 0 rows at Mon Mar 26 23:24 EDT 2012

Indexes:
Column(s) Type Sort Constraint Name
policy_id Primary key Asc evt_datasync_pk

Close relationships: