Skip to main content

CREATE_EVENTS_PROJECTION_INDEX

Constant CREATE_EVENTS_PROJECTION_INDEX 

Source
pub const CREATE_EVENTS_PROJECTION_INDEX: &str = "
CREATE INDEX IF NOT EXISTS idx_events_queryable_filter
ON events (is_queryable_event, workflow_id, seq, event_kind, workflow_type, recorded_at, child_workflow_id)";
Expand description

Event index supporting lifecycle projection scans and filter subqueries.