error :
(upload://tNNq5oDY5GUSStoBAJqcbo5seh3.png)
Sample Query : match (a)-[rel]->(b)
WHERE exists(a.name)
return
properties(a) as a,
properties(rel) as rel,
properties(b) as b,
type(rel)
Data Size : approximately 250,000 relationships ( Working fine for 100,000 relationships)
Neo4j Version : neo4j-driver==1.5.3
py2neo==3.1.2