October 2017
Beginner to intermediate
316 pages
8h
English
To illustrate, here is an example of a query plan, which reads from top to bottom. You can see the related query in the image; it is based on the Movies dataset that is available if you follow the slides tied to the :play movies command:

The first operator is NodeByLabelScan because I mentioned the labels. If I drop them, the execution plan becomes the following:

As you will notice, it starts with the operator AllNodesScan, which means that all the nodes in the database are evaluated ...
Read now
Unlock full access