Hacker News new | ask | show | jobs
by makmanalp 3123 days ago
AFAIK gremlin is just a query language - it shouldn't have much to do with performance.
1 comments

Gremlin is indeed the query language but requires a gremlin engine. This is generally passing strings to the DB (which gives you advantages like pushdown-predecate, essentially DB-side filtering) but there is associated overhead with something like Cypher that is now serialised and very fast with the Bolt protocol
that was my point but my Rhetoric was not as good as yours :)