Hello every one
I am using neo4j 4.1.3 (Community) version
I have a graph that contains only 600 nodes and I am executing an unwind query but it is responding very slow can someone help me out
OPTIONAL MATCH(u1:User {status : '1'})-[x:POSTS]->(p:Post...