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

Enable AWS Lambda for chunk reads #43

Closed
jreadey opened this issue Mar 31, 2020 · 1 comment
Closed

Enable AWS Lambda for chunk reads #43

jreadey opened this issue Mar 31, 2020 · 1 comment

Comments

@jreadey
Copy link
Member

jreadey commented Mar 31, 2020

For data selection cases where 100's of chunks need to be quieted, it will likely be more efficient to invoke a lamda function for each chunk rather than dispatching to the DN nodes. AWS supports up to 1000-way parallelism for Lambda, which will provide better scaling than most server configurations.

@jreadey jreadey mentioned this issue Mar 31, 2020
16 tasks
@jreadey
Copy link
Member Author

jreadey commented Jul 22, 2020

Implemented here: 3a901f2

@jreadey jreadey closed this as completed Jul 22, 2020
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

1 participant