GraphAlgoFactory.allSimplePaths花费了大量时间

时间:2016-10-13 10:13:03

标签: neo4j spring-data-neo4j-4 neo4j-ogm

我正在尝试获取两个节点之间的所有路径。但这需要花费大量时间(超过1小时)。 我正在使用GraphAlgoFactory.allSimplePaths api。

任何人都可以建议其他api可以让所有路径更快。

获取所有路径后,我需要遍历每个路径,并需要根据节点过滤器和关系过滤器对它们进行过滤。

1 个答案:

答案 0 :(得分:0)

What's your estimated lengths of the returned paths between these nodes? Do you filter as much as you can in terms of relationship types / direction in the expander you pass in?