Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arjanschaaf
Copy link

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.

@fruch
Copy link

fruch commented Aug 28, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants