Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
participant_id | BIGINT | 19 | null |
|
|
|||||
attempt_id | BIGINT | 19 | 0 |
|
|
|||||
item_id | BIGINT | 19 | null |
|
|
|||||
state | enum('to_be_propagated', 'to_be_recomputed', 'propagating', 'recomputing') | 16 | null |
|
|
"to_be_propagated" means that ancestors should be recomputed |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc/Asc/Asc | participant_id + attempt_id + item_id |
state | Performance | Asc | state |