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

Push limit into IndexScan #5023

Closed
jievince opened this issue Dec 8, 2022 · 3 comments
Closed

Push limit into IndexScan #5023

jievince opened this issue Dec 8, 2022 · 3 comments
Assignees
Labels
type/enhancement Type: make the code neat or more efficient
Milestone

Comments

@jievince
Copy link
Contributor

jievince commented Dec 8, 2022

Introduction

MATCH (v:player) RETURN v LIMIT 10
The plan is : IndexScan + AppendVertices + Limit.
The limit is not pushed into indexscan

Contents

Related work

@jievince jievince added the type/enhancement Type: make the code neat or more efficient label Dec 8, 2022
@Sophie-Xie Sophie-Xie added this to the v3.4.0 milestone Dec 8, 2022
@wey-gu
Copy link
Contributor

wey-gu commented Dec 27, 2022

@jievince how about MATCH ()-[e:follow]->() RETURN e LIMIT 10, please?

@jievince
Copy link
Contributor Author

Not supported. Better to use lookup

@wey-gu
Copy link
Contributor

wey-gu commented Dec 27, 2022

Not supported. Better to use lookup

Got it, thanks @jievince

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