Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-12-2021 01:42 PM
I'm wondering does Cypher (runtime) apply the traversal framework (The traversal framework - Java Reference)?
Or they are actually two different ways of accessing the graph? (which means their implementations are totally different)
And if they are actually different, I'm wondering normally which one will be better for simple queries?
12-17-2021 08:18 AM
The traversal API is very different from Cypher. The primary difference between the two is that Cypher is declarative while the Traversal API is imperative.
For simple queries, Cypher is better. The traversal API is only faster/easier in certain specific cases, none of which are usually described as "simple."
All the sessions of the conference are now available online