-
Notifications
You must be signed in to change notification settings - Fork 81
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
TinkerPop 3.0 support #13
base: tp3
Are you sure you want to change the base?
Conversation
Do we have any performance benchmarks between TP API and Neo4j native API? |
This is not related with this PR but I just find it out. I am not able to build the project, it seems that dynamoDBLocal is not on Maven Central as I get this: |
I updated the README.md with some preliminary benchmark results. OrientDB is not officially at TP3 yet so I did not run these tests. I made some interesting findings especially with regards to how we were setting custom vertex ids in Titan. It turns out that our original implementation of custom vertex ids never worked. I found this out by enabling assertions (-ea) with the JVM and saw Titan core crap out in many places. I fixed the issues with setting custom ids in Titan, but I am not sure we stand to gain much from custom ids, so I will play around and see if using auto-ids improves performance. |
Shall I close that and create a new PR when this is ready? |
Upgrade use of traversal sources for TP3, other TP3 syntax
Use orient-gremlin until OrientDB is officially supported
Dependency version upgrades
Other small improvements