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.
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.