Query plans and query tuning
Cypher® queries are executed according to a particular plan. The query plan consists of a binary tree of operators, with information about the step-by-step execution of a query, and it may differ depending on which runtime the query uses. Apart from selecting a different runtime, there are numerous other ways in which a query can be tuned.
More information about each of these topics can be found in the following sections: