Closed tspenov closed 6 years ago
batching doesn't return queries in the order they are batched. Thats due to that we are sorting string - so query_10 goes before query_2
query_10
query_2
batching doesn't return queries in the order they are batched. Thats due to that we are sorting string - so
query_10
goes beforequery_2