Open elric-k opened 9 years ago
@elric-k : are you still working on this issue? if so, can you PR what has been done so far with descriptions?
@elric-k : what about when group by clause is given?? should we return 10 groupby key? or each grouped collection should return 10?
@SteamShon : In that case, I think it would be better to return 10 groupBy key. Please see 'feature/add_global_limit' branch that is working branch for this issue by @hsleep.
It cannot be handled to get how many edges as final result, especially using multi-step query. So we need the global scope limit to constrain the number of edges as final results.
Please refer to below example, the number of edges should be 10 at most by the limit clause on top.