Sorting asc vs. desc performance in views and N1QL

N1QL does stop processing once the final result count specified by LIMIT is reached. It may scan more than LIMIT entries along the way, for example if there is a WHERE clause.