Open squaregoldfish opened 5 years ago
Looks like this only applies to Auto QC
The Auto QC jobs are all updates. Is it possible these aren't batchable? If so, is deleting and re-inserting the way forward?
We should also be able to work out if any of the records have changed, and therefore not even try to update the records. This would be a bigger improvement than batching, probably.
The Auto QC and Data Reduction jobs collect queries together and run them in batches. Although this looks as though it works, the database is still writing them as individual queries. Work out why.