YCSB icon indicating copy to clipboard operation
YCSB copied to clipboard

[DynamoDB] Implemented optional batchWriteItem support for inserts and upgraded to AWSK SDK for Java v2

Open arjanschaaf opened this issue 3 years ago • 1 comments

Adding support for using DynamoDB Batch write API and upgraded to AWS SDK for Java v2. Using batch writing during the load phase of YCSB provides a significant performance benefit, especially when creating larger test data sets.

arjanschaaf avatar Jul 01 '22 13:07 arjanschaaf

@arjanschaaf looks good, especially the part of switching to newer aws client, and setting the credentials not only from a configuration file.

fruch avatar Aug 28 '22 16:08 fruch