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

Enable scan data directly #5170

Open
Shylock-Hg opened this issue Dec 30, 2022 · 1 comment
Open

Enable scan data directly #5170

Shylock-Hg opened this issue Dec 30, 2022 · 1 comment
Assignees
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@Shylock-Hg
Copy link
Contributor

Shylock-Hg commented Dec 30, 2022

Introduction

After #5082 , we could avoid OOM caused by scanning all data. So remove the limit number checking of ScanVertices and ScanEdges.

Contents

Related work

@Shylock-Hg Shylock-Hg added the type/enhancement Type: make the code neat or more efficient label Dec 30, 2022
@Shylock-Hg Shylock-Hg mentioned this issue Dec 30, 2022
11 tasks
@czpmango
Copy link
Contributor

Good catch!
At present, the implementation of statements like MATCH (v) RETURN v relies on the optimizer and brings too many problems. It is nothing special and we really should unify the implementation of all patterns(eg. we should let the optimizer decide whether to generate full scan nodes).

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

2 participants