You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@ezeeetm you are correct. this is very raw script and does not handle throughputs. It would be great if you could send a PR for the fix. I might not be able to spend time at least for a month because of work.
@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.
The text was updated successfully, but these errors were encountered: