Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new transactional Cypher endpoint (even without transactions) #138

Closed
aseemk opened this issue Sep 30, 2014 · 1 comment
Closed

Use new transactional Cypher endpoint (even without transactions) #138

aseemk opened this issue Sep 30, 2014 · 1 comment

Comments

@aseemk
Copy link
Member

aseemk commented Sep 30, 2014

Even without doing all the work to support custom transactions, might it be worth using the new /db/data/transaction/commit Cypher endpoint now instead of the old /db/data/cypher endpoint?

@jexp suggested so in aseemk/node-neo4j-template#16.

Anecdotally, at @fiftythree, we did a quick experiment with the change internally, and we found that it was a bit slower — even using the lean JSON format instead of the full REST API format (which this driver currently needs, as it's hypermedia-driven).

So not sure if it's totally worth it. Open question: what advantage(s) does it have?

For reference, another driver (cypher-stream) is also evaluating this: https://github.com/brian-gates/cypher-stream/issues/3

@aseemk
Copy link
Member Author

aseemk commented Nov 3, 2014

Closing in favor of #142.

@aseemk aseemk closed this as completed Nov 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant