nebula icon indicating copy to clipboard operation
nebula copied to clipboard

Parameter max_edge_returned_per_vertex with WHERE filtering

Open goranc opened this issue 1 year ago • 1 comments

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.

goranc avatar Sep 19 '23 15:09 goranc

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?

wey-gu avatar Sep 20 '23 06:09 wey-gu