You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Just a question, I wondered if using Gremlin (https://github.com/tinkerpop/gremlin/wiki) instead of Cypher would change anything to this use case - in terms of clarity / ease of use of the query, and maybe in terms of performance even (if the syntax of Gremlin leads to a different logic in the query).
Best,
Clement
The text was updated successfully, but these errors were encountered:
Hi Clement, thanks for your comments.
We did try to rewrite a couple of those queries in Gremlin, and we obtained execution times comparable to those of the Cypher queries. The declarative form of Cypher allows to write new relevant queries with very little effort and without knowledge of traversers. However, we didn't perform an extensive comparison of the two approaches. We would be very happy to integrate tests and results based on Gremlin.
Best, Ciro
Hi,
Just a question, I wondered if using Gremlin (https://github.com/tinkerpop/gremlin/wiki) instead of Cypher would change anything to this use case - in terms of clarity / ease of use of the query, and maybe in terms of performance even (if the syntax of Gremlin leads to a different logic in the query).
Best,
Clement
The text was updated successfully, but these errors were encountered: