-
Notifications
You must be signed in to change notification settings - Fork 49
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
Hanging Commit #13
Comments
Hi @stevencox, Also it might be useful to use Redis I'm not familiar with NetworkX, I would need to find some time and see what it's all about. |
Hi @swilly22, Graph size:
With incremental commits at a batch size of 10, it seems to hang on the first commit:
But playing with the batch size, it seems to hang after around 6 objects. i.e. it will do five commits or so of single objects or two commits with a batch size of 3, for example. I restarted the docker container to be sure it wasn't hung in some way. Any suggestions welcome. |
Alright so the graph is quite small, the fact that you're able to commit in batches, feels like there might be an escaping issue, and so if you could either provide me with Redis |
@swilly22 - this code hangs on the commit():
where out_graph is an instance of this:
So, am I doing something wrong with regard to the usage of commit()?
The code above prints a bunch of nodes and edges, then:
where it hangs indefinitely.
FWIW, I'm using the docker container version of redisgraph on OSX.
On a related note, the first snippet is a nearly general insert for NetworkX, related to issue #4. It would be pretty great if redisgraph-py supported NetworkX natively in both directions.
The text was updated successfully, but these errors were encountered: