| Yes, we already batch the transfer in sets of 2,000, but we leave the summary query open and start the next set. My general plan is to end that query entirely after the first batch and start over. Unfortunately that'll mean we re-run the summary query every 2,000 items transferred, but those are fairly lightweight queries afaik (we should verify that during this work and optimize where necessary if that is not the case). |