results_recompute_for_items


Description

Used by the algorithm that computes results. All results for the item_id have to be recomputed when the item_id is in this table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
item_id BIGINT 19 null
items.id fk_results_propagate_items_to_items C
is_being_processed BIT 1 0

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc item_id
is_being_processed Performance Asc is_being_processed

Relationships