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

The index selection limit of the match statement #2827

Closed
czpmango opened this issue Sep 9, 2021 · 0 comments
Closed

The index selection limit of the match statement #2827

czpmango opened this issue Sep 9, 2021 · 0 comments
Labels
priority/low-pri Priority: low type/feature req Type: feature request

Comments

@czpmango
Copy link
Contributor

czpmango commented Sep 9, 2021

Nebula version: v2.5.0

When multiple attribute filters exist in the match statement, a joint index must be created. The test is as follows:

(czp@nebula) [nba]> explain match (v:player) where v.name=="Tim Duncan" and v.age==9 return v
[ERROR (-1005)]: IndexNotFound: No valid index found
@czpmango czpmango changed the title match The index selection limit of the match statement Sep 9, 2021
@czpmango czpmango added type/feature req Type: feature request priority/low-pri Priority: low labels Sep 9, 2021
@czpmango czpmango closed this as completed Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/low-pri Priority: low type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

1 participant