When find path or subgraph will support vertex property filtering? #5752
imrefazekas
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Dear @imrefazekas the secret of FIND PATH/GET SUBGRAPH to being more efficient than update: get subgraph support filtering on target vertex prop. cc @MuYiYong , it seems vertex prop filtering is indeed helpful in such a use case by @imrefazekas . btw. by any chance we could move some of the info from vertices to edges in your case to enable the pruning of BFS in FIND PATH/GET SUBGRAPH? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Team,
We are storing financial data and it would be crucial for us to support path finding filtering out given verteces by properties.
For example: economic connection between entities filtering out the "service provider" way so shopping centres and online shops? That would connect everyone to everyone... So that would filter out the noise, 95% of the possible paths in our case...
And being a service provider is the property of an vertex (legal entities) and not an edge for sure ...
And timeline you might can give on this?
Beta Was this translation helpful? Give feedback.
All reactions