Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('serial.stream_id_seq'::regclass) |
|
|
||||||||
| distribution | int4 | 10 | null |
|
|
|||||||||
| routing_label | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stream_pkey | Primary key | Asc | id |
| label_once_per_dist | Must be unique | Asc/Asc | distribution + routing_label |
| serial_stream_dist_idx | Performance | Asc | distribution |
