Simple example Same query executed 4 times on new engine, one on old one : ```cypher MATCH (a),(b) WHERE ID(a) = "#1:0" and ID(b) = "#4:0" MERGE (a)-[r:`in`]->(b)RETURN a, b, r ``` <img width="2005" height="1082" alt="Image" src="https://github.com/user-attachments/assets/018276c2-1697-4506-a4b6-5f021a7dd938" />