cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

clem
Graph Steward

It seems after cloning a DB, subsequent queries take a very long time (perhaps infinite?)

I did (with the Movie DB)
MATCH (p:Person) RETURN p

for which the browser shows "Started streaming 132 seconds after 7 ms and completed after 92 ms"

I then went to the Desktop, clicked on the three dots and choose the menu item "Clone". After waiting for the clone to finish, then I reran the query which still hasn't finished. The problem seems to go away after you quit Neo4J app and start again.

Neo4J 4.2.1.
Mac OS 10.15.7

2 Comments
mark_needham
Neo4j
Neo4j

It sounds like maybe you had a stale connection in the Neo4j Browser?

To check that you could try doing :server disconnect and then :server connect before trying your query again.

clem
Graph Steward

That wouldn't surprise me, but that would be a bug.