dynamo icon indicating copy to clipboard operation
dynamo copied to clipboard

Parallel Scan

Open guregu opened this issue 8 years ago • 1 comments

Allow the use of multiple segments in a Scan operation. See: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#QueryAndScanParallelScan

Shouldn't be too hard... although figuring out how to wrangle Iter and parallel scans may be difficult.

guregu avatar Mar 01 '16 02:03 guregu

Excited waiting!

lixw1994 avatar Sep 02 '20 10:09 lixw1994

+1

sergiomendoncadh avatar Jul 06 '23 13:07 sergiomendoncadh

I implemented this in #219 but I need to test it a bit more before merging. Feel free to give it a try.

guregu avatar Jul 06 '23 19:07 guregu

Just released in v1.20.

guregu avatar Jul 09 '23 10:07 guregu