| Actor | Fragment | Worker | State |
|---|---|---|---|
| 744011 | 62632 | 51 | running |
| 744012 | 62632 | 51 | running |
CREATE MATERIALIZED VIEW search.party_reference_identifier_terms_mv AS SELECT ri.entity_id AS owner_entity_id, 'party' AS owner_entity_type, u.val, u.val AS ar_val FROM party.reference_identifiers AS ri CROSS JOIN UNNEST(ARRAY[ri.value, REPLACE(ri.value, '-', '')]) AS u(val) WHERE ri.entity_type = 'party' AND ri.disabled_at IS NULL