Nodes are all of the same type, two values, names and scores
Want to know the scores of a set of nodes that are connected by the relationship, how should I write
Tried match (a)-[ * ]->(b) return sum(a.score) ,
and match (a)-[ r:call* ]->(b) with b return sum(b.score),
but them were especially slow
Then the browser is disconnected.
Now it is running match (a)-[ *]->(b) return a.name,sum(b.times)+a.times