Open
Description
Hi There,
I have been working on the ruruki in-memory graph db implementation of opencypher based on the ebnf (see cypher_parser on my fork or ruruki ) which is working quite nicely at this stage. Now that I have parsing results, I am trying to figure out the execution plan. Is there information that I can read on how to go about implementing the execution plan for cypher. I have looked at the EXPLAIN
and PROFILE
diagrams which gave me a simple overview but I need more detailed information about the rules and etc...
Your assistance is appreciated.
Jenda