cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Can we run multiple algorithms at once?

Can we run multiple graph algorithms at once say betweenness, pagerank, eigenvector, strongly connected, then export the results as csv for each nodes?

1 REPLY 1

You should be aware that running some of these graph-wide algos can be expensive, memory-wise, so running multiple graph-wide algos at a time in parallel isn't generally recommended unless you're sure you have the heapspace to support that.

Algos should have a memrec procedure that you can use to get estimates on memory usage and configuration.