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

Parameter max_edge_returned_per_vertex with WHERE filtering #5722

Open
goranc opened this issue Sep 19, 2023 · 1 comment
Open

Parameter max_edge_returned_per_vertex with WHERE filtering #5722

goranc opened this issue Sep 19, 2023 · 1 comment
Assignees
Labels
type/question Type: question about the product

Comments

@goranc
Copy link

goranc commented Sep 19, 2023

max_edge_returned_per_vertex with WHERE filtering

Why max_edge_returned_per_vertex is the absolute limit for edges per vertex,
and doesn't take into concern filtering with the where clause?

I was expecting that it is a limit for edges returned, not edges existing for a vertex.

g.c.

@wey-gu
Copy link
Contributor

wey-gu commented Sep 20, 2023

I think the truncation of max_edge_returned_per_vertex to be done after the filter when there is makes a lot of sense on the storage side.

@critical27 @MuYiYong what do you think, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

4 participants