This is an old revision of the document!
Execution Plan
Execution Plan in Neo4j https://neo4j.com/docs/cypher-manual/current/execution-plans/operator-summary/
Operators are similar to RDBMS - Nested Loops, Full Scan, etc.
Relates to the state of Prooduction Systems before RETE. Indexes are constructed to minimize traversal.
