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

3.4 batching similarity writes #808

Closed mneedham closed 5 years ago

mneedham commented 5 years ago

@jexp this is the simplest approach we can take. It doesn't do anything clever with retries. Since we're doing it all single threaded we won't have deadlock issues to take care of, so I think it should be ok