Naz
Should I use chunkById instead of chunk when the same job also updates the rows it iterates?
Use `chunkById()` when there is real per-row work and never touch the cursor column; if you only update a column, switch to one set-based `UPDATE`.