connectedComponents - Can this action process graphs in a distributed manner?

Réponse

Yes, by setting the 'distributed' parameter to TRUE, the action can process the graph in a distributed fashion across multiple machines, which is useful for very large graphs.
Did this answer help you?