clem
(Clem)
2
There's a few of threads on optimization:
Definitely learn about EXPLAIN and PROFILE (which I suspect you already are familiar with since they are in other DBs.)
Since the code is open source, you could always see how Neo4J implements its query optimizations.
Good luck with your PhD!