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

the threading is not having any impact on the performance #2

Open
pablomelo opened this issue Feb 4, 2014 · 1 comment
Open

the threading is not having any impact on the performance #2

pablomelo opened this issue Feb 4, 2014 · 1 comment

Comments

@pablomelo
Copy link
Contributor

On a 24 core machine reducing or increasing the number of threads didn't have any impact.

The only performance increase was moving the destination to a SSD, but it still didn't use all the IO.

@adperezmorales
Copy link
Owner

Hi Pablo.
Yes. I did some tests with threads to have one producer and many consumers but I had problems with synchronization in the Neo4j side due to the way Neo4j creates vertices and edges, blocking some objects. Neo4j only allows one thread to write (create Vertices or Edges) at a time and I was having problems on that.

As you say, using SSD will increase the performance because the read/writes in disk are faster.

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