neo4j-contrib / neo4j-graph-algorithms

Efficient Graph Algorithms for Neo4j
https://github.com/neo4j/graph-data-science/
GNU General Public License v3.0
770 stars 195 forks source link

Parallelise batching of writes for similarity algorithms #814

Open mneedham opened 5 years ago

mneedham commented 5 years ago

Testing on the recommendations dataset, there are so many partitions that the sequential approach is still faster.

selection_249

jexp commented 5 years ago

Hmm do we want to add this as an option to be able to experiment more with it?

mneedham commented 5 years ago

We can merge this in but I need to fix the conflicts first