dynamo-easy
dynamo-easy copied to clipboard
support for parallel scan requests
ability for parallel scan requests on a table.
could be something like
store.scan().parallelExec(n)
or
store.scan().totalSegments(n).exec()
https://aws.amazon.com/blogs/aws/amazon-dynamodb-parallel-scans-and-other-good-news/