-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofenhancementfeature: workflowsperformance 🚀
Description
Table "public.oc_flow_operations_scope"
Column | Type | Collation | Nullable | Default
--------------+-----------------------+-----------+----------+------------------------------------------------------
id | bigint | | not null | nextval('oc_flow_operations_scope_id_seq'::regclass)
operation_id | integer | | not null |
type | integer | | not null |
value | character varying(64) | | | NULL::character varying
Indexes:
"oc_flow_operations_scope_pkey" PRIMARY KEY, btree (id)
"flow_unique_scope" UNIQUE, btree (operation_id, type, value)
The operation_id shall be dropped from the flow_unique_scope index, as common queries only compare with type and value but not operation_id.
- verify that operation_id is not used in where clauses
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofenhancementfeature: workflowsperformance 🚀