How to improve DynamoDB scan speed up to 2 times
If you use scan in your applications and would like to speed it up, then parallel scan would come in handy. As name implies, parallel scan consists of multiple scans that are run in parallel to achieve faster result.