Index-Free Adjacency
Created on 2024-12-31T13:06:21-06:00
Basically means the peers for nodes are stored as part of a node's record instead of in an adjacency table.
Debatable how useful it really is. You do access a subset of connections instead of having to navigate the whole index.
Neo4J brags about it quite a bit.