@jakelodwick @techgaun
given a source table of x read throughput and a dest table of <x write throughput, this utility will result in throttled writes, which means the throttled data will not be copied to dest.
The converse of this could also exist: a throttled read resulting in nothing returned, which then never gets written.
Am I observing this correctly, or am I missing something?
If so, I may be able to do a PR For something to fix it. Let me know.