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.

cdpm
Node
since ‎05-09-2020
‎06-01-2022

User Statistics

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

User Activity

When a node or relationship is written Neo4j automatically acquires a write lock on that graph element. Additionally, one can explicitly acquire read and write locks on graph elements. All locks acquired by a transaction are automatically released on...
Neo4j allows acquisition of shared read locks on nodes and edges by using org.neo4j.graphdb.Transaction::acquireReadLock. Since this functionality is not available via Cypher, according to https://neo4j.com/docs/java-reference/current/transaction-man...
Kudos given to