Thoughts on adding nil values in response of query ordered by indexed predicate

Had raised this earlier in the expected behaviour of sort queries.

I guess it is easier to modify sortWithoutIndex to drop nil values and still keep the performance benefit which we get from sortWithIndex and bring the results in-line.

FWIW SQL DBs though, do return nodes with nil values:

1 Like