December 2014
Intermediate to advanced
304 pages
10h 33m
English
This chapter covers
In the previous chapter you saw how easy it is to move between nodes in the Neo4j graph by traversing relationships. Moving between nodes allows you to quickly and easily find connected nodes, such as a person’s friends and the movies they like. Neo4j is optimized to make graph traversal fast, but reducing the number of nodes that needs to be traversed by knowing where to start is important, and it becomes increasingly so as the size of the data set increases.
To determine where to start in the graph, Neo4j uses indexing. An index in a relational database ...
Read now
Unlock full access