Creating a RANGE Index on a Node Property
3.3 · Challenge

Creating a RANGE Index on a Node 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 this 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 string "Austin" in all names of Person Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties..

Step 1: