Fundamentals
Set theme to dark (⇧+D)

Index-free Adjacency

Index-free Adjacency is a key element of Graph Technology, referring to how it stores and queries Data Graphs.

At read-time Index-free Adjacency ensures extremely fast retrieval, without reliance on indexes. (Non-Graph Databases or non-native Graph Databases use a large number of Indexes, slowing down both read and write Transactions significantly).

At write-time Index-free Adjacency speeds up processing by ensuring that each Node is stored directly to its adjacent Nodes and Relationships.

​​ Sources