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.

blemieux4
Node
since ‎03-19-2019
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

When running a REMOVE statement in cypher, the query hangs. However, reading the database runs quickly, as expected. Here's what I'm trying to do: MATCH (n:Node) WHERE exists(n.nodeIndex) REMOVE n.attribute When I run MATCH (n:Node) WHERE exists(n....