Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this doesnt appear to handle throughput / throttling... #4

Open
ezeeetm opened this issue May 11, 2016 · 1 comment
Open

this doesnt appear to handle throughput / throttling... #4

ezeeetm opened this issue May 11, 2016 · 1 comment

Comments

@ezeeetm
Copy link

ezeeetm commented May 11, 2016

@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.

@techgaun
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants