0 votes
in Neo4j by

How does Neo4j store relationships?

1 Answer

0 votes
by

Properties are stored as a linked list of property records, each holding a key and value and pointing to the next property. Each node and relationship references its first property record. The Nodes also reference the first relationship in its relationship chain. Each Relationship references its start and end node.

Related questions

0 votes
0 votes
asked Jan 28, 2023 in Neo4j by john ganales
+1 vote
+1 vote
+1 vote
asked Jan 27, 2023 in Neo4j by sharadyadav1986
...