I have three arrays coupon_ids, id_counter and increase_ctr. Now the value of coupon_id at any index is present at same index in id_counter and in increase_ctr. So for coupo
You cannot update multiple documents based on diffrent queries with diffrent updates, However updating the seperate documents should be pretty fast as you won't be waiting for the previous update to have happend on the document.