Solutionunvalidated
CREATE CONSTRAINT domain_normalized_label IF NOT EXISTS FOR (n:Domain) REQUIRE n.normalizedLabel IS UNIQUE — Added. Tension: Makes the MERGE atomic — concurrent transactions serialize on the constraint. Outcome: (and same for Algorithm).
e90f10b2-7ea0-4a1c-bb98-4da90b5f5f84
CREATE CONSTRAINT domain_normalized_label IF NOT EXISTS FOR (n:Domain) REQUIRE n.normalizedLabel IS UNIQUE — Added. Tension: Makes the MERGE atomic — concurrent transactions serialize on the constraint. Outcome: (and same for Algorithm).