We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MATCH p=shortestPath( (start:Person {name: 'Bob'})-[:KNOWS*]-(end:Person {name: 'Fleur'})) RETURN length(p) AS length
The text was updated successfully, but these errors were encountered:
this part would be one of our killing functions, can we optimize this to compete with neo4j or others?
from my point of view, this is important for our applications and good for advisertisement.
@yangke110 @zhiyuan-yang
Sorry, something went wrong.
let us reuse the approaches here.
https://github.com/iwiwi/pruned-landmark-labeling
https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.739.4799&rep=rep1&type=pdf
build the index, and then do the breadth-first to find the shortest path.
before we implement this, we need to consider how can we do it via the naive approach.
https://github.com/Amtrix/parallel-pruned-landmark-labeling the parallel version.
https://github.com/y3eadgbe/PrunedLabeling
let us think about this again under the system context.
No branches or pull requests
The text was updated successfully, but these errors were encountered: