HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Enable AWS Lambda for chunk reads #43

Closed jreadey closed 4 years ago

jreadey commented 4 years ago

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 commented 4 years ago

Implemented here: https://github.com/HDFGroup/hsds/commit/3a901f2501dc40f32e5fbc0335a8e6d1e61ddd83