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

MATCH pattern for multiple TAG end up with ScanVertices even when all involved indexes exist #4775

Open
wey-gu opened this issue Oct 24, 2022 · 1 comment
Assignees
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@wey-gu
Copy link
Contributor

wey-gu commented Oct 24, 2022

Describe the bug (required)
As titled.

Your Environments
nebula 3.x

How To Reproduce

(root@nebula) [nba]> match (v:player{name:"Tim Duncan"}:team{name:"Spurs"}) return v
[ERROR (-1005)]: Scan vertices or edges need to specify a limit number, or limit number can not push down.

Expected behavior
Index should be scanned instead of now planned with ScanVertices.

Additional context

@wey-gu wey-gu added the type/bug Type: something is unexpected label Oct 24, 2022
@Sophie-Xie Sophie-Xie added this to the v3.3.0 milestone Oct 25, 2022
@Shylock-Hg Shylock-Hg added type/enhancement Type: make the code neat or more efficient and removed type/bug Type: something is unexpected labels Oct 25, 2022
@Shylock-Hg
Copy link
Contributor

We don't support multiple-index keys scanning now. Maybe need to do it in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

3 participants