Creating a RANGE Index on a Relationship Property
3.4 · Challenge

Creating a RANGE Index on a Relationship Property

In our Movie Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain., we have identified another query as important and one that we need to make as fast as possible for our users. Here is an example where we are testing the rating Full definition for property (opens in a new tab)A named value stored on a node or a relationship. value for the RATED 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. in the graph.

Step 1: