nebula
nebula copied to clipboard
Parameter max_edge_returned_per_vertex with WHERE filtering
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.
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?