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

Will unipop support in-memory gremlin providers like redis? #118

Open
zxnblake opened this issue Nov 20, 2017 · 1 comment
Open

Will unipop support in-memory gremlin providers like redis? #118

zxnblake opened this issue Nov 20, 2017 · 1 comment

Comments

@zxnblake
Copy link

Hi @seanbarzilay :
Is there a plan to support in-memory gremlin providers like redis?
I have done some performance testing on ES cluster( 5 powerful machines), with about 10,000,000 vertices and 200,000,000 edges. There are about 20 to 30 edges between adjacent vertices. When do traversal from vertex to vertex with 3 hops (v-v-v-v), it spent around 10 seconds.
The graph traversal is a exponential increase with time-complexity. Do you have any good practice on this? Maybe using the in-memory db like redis could enhance the performance?

@seanbarzilay
Copy link
Member

Currently I'm not planing on adding any more providers to Unipop, but I'm hoping to finish my developers guide soon so people can implement more providers as they need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants