Skip to content
New issue

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

FETCH EDGE for wildcard of rank #4144

Open
wey-gu opened this issue Apr 13, 2022 · 1 comment
Open

FETCH EDGE for wildcard of rank #4144

wey-gu opened this issue Apr 13, 2022 · 1 comment
Labels
type/feature req Type: feature request

Comments

@wey-gu
Copy link
Contributor

wey-gu commented Apr 13, 2022

Is your feature request related to a problem? Please describe.

Get all ranked edges with given src/dst.

Describe the solution you'd like

implement getEdges() interface to support scan all ranks, I see this isn't that ideally efficient due to rank key is between srcVID, type, and dstVID rather than after dstVID(it will be faster to scan), but it's still faster than the current plan being done through MATCH(which started from vertex and Traverse)*.

*: Without support of fetch edge for all ranks, the best way to get this is:

explain match (m:t1)-[e:e1]->(n:t1) WHERE id(m)=="10" AND id(n)=="11" return e

Describe alternatives you've considered

Additional context

@wey-gu wey-gu added the type/feature req Type: feature request label Apr 13, 2022
@akhilravuri-tul-scm
Copy link

akhilravuri-tul-scm commented Apr 14, 2022

When we can expect this feature in production?

I know It's very early just wanted to know the estimated timeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants