3.4 · Lesson

Indexes

Indexes are a powerful tool for improving query performance.

Indexes allow Neo4j to quickly locate Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. based on their Full definition for property (opens in a new tab)A named value stored on a node or a relationship., which can significantly reduce the time it takes to find anchor nodes and Full definition for traversal (opens in a new tab)Following relationships from one node to the next to reach other parts of a graph. Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node..