Hello
As part of my work i'm examining queries runtime (with PROFILE)
I have notices that running the same query may return varied results.
For example the following query:
<profile Match (p1:Person)-[:Participant]-(w) Where p1.name = 'Ellen Pompeo' ...