Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| statistic_in_time_id | serial | 10 | √ | nextval('stream_statistics_in_time_statistic_in_time_id_seq'::regclass) |
|
|
|||||
| stream_id | int4 | 10 | null |
|
|
||||||
| stream_statistic_type_id | int4 | 10 | null |
|
|
||||||
| value | int4 | 10 | 0 |
|
|
||||||
| timepoint | timestamp | 26,3 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stream_statistics_in_time_pkey | Primary key | Asc | statistic_in_time_id |
| stream_statistics_in_time_stream_id_timepoint_idx | Performance | Asc/Asc | stream_id + timepoint |
| stream_statistics_in_time_stream_statistic_type_id_idx | Performance | Asc | stream_statistic_type_id |

