Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
org_id | int4 | 10 | null |
|
|
|||||
cluster | varchar | 2147483647 | null |
|
|
|||||
report | varchar | 2147483647 | null |
|
|
|||||
reported_at | timestamp | 29,6 | √ | null |
|
|
||||
last_checked_at | timestamp | 29,6 | √ | null |
|
|
||||
kafka_offset | int8 | 19 | 0 |
|
|
|||||
gathered_at | timestamp | 29,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
report_pkey | Primary key | Asc/Asc | org_id + cluster |
report_cluster_key | Must be unique | Asc | cluster |
report_kafka_offset_btree_idx | Performance | Asc | kafka_offset |