Table SIEM.public.partition_sync_info
Partition 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
evt_datasync_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.
partition_id int8 19 This is the partition number of the partition this record is tracking.
partition_read_offset int8 19  √  null This is the absolute offset into the event store file for this partition where we have synced to so far.
partition_completed bool 1  √  null This is a boolean flag indicating whether or not we are done processing this partition.

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

Indexes:
Column(s) Type Sort Constraint Name
policy_id + partition_id Primary key Asc/Asc partition_sync_pk

Close relationships: