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
Is your feature request related to a problem? Please describe.
MATCH (v:vertexCall) WHERE v.CallNumber STARTS WITH "1000" RETURN v.CallNumber as number
This query is extremely slow w/o pushdown/optimization as it's a full scan. Could we consider prioritise its optimization?
Describe the solution you'd like Is it feasible to optimize this with pushdown?
Describe alternatives you've considered n/a
Additional context triggered from slack conversation https://nebulagraph.slack.com/archives/CSHN72Z6X/p1624105861023600
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
This query is extremely slow w/o pushdown/optimization as it's a full scan. Could we consider prioritise its optimization?
Describe the solution you'd like
Is it feasible to optimize this with pushdown?
Describe alternatives you've considered
n/a
Additional context
triggered from slack conversation https://nebulagraph.slack.com/archives/CSHN72Z6X/p1624105861023600
The text was updated successfully, but these errors were encountered: