Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | varchar | 255 | null |
|
|
|||
| name | varchar | 32 | null |
|
|
|||
| iterations | int4 | 10 | null |
|
|
|||
| iterations_count | int4 | 10 | null |
|
|
|||
| interval_string | varchar | 255 | null |
|
|
|||
| create_timestamp | timestamp | 22 | null |
|
|
|||
| next_execution_timestamp | timestamp | 22 | null |
|
|
|||
| last_execution_timestamp | timestamp | 22 | √ | NULL::timestamp without time zone |
|
|
||
| metadata | json | 2147483647 | null |
|
|
(DC2Type:json) |
||
| status | int2 | 5 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| job_pkey | Primary key | Asc | id |
| job_next_execution_timestamp_idx | Performance | Asc | next_execution_timestamp |
| job_search_idx | Performance | Asc/Asc/Asc | next_execution_timestamp + iterations_count + status |
