You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,6 +322,9 @@ Common configurations:
322
322
|dynamodb.ensure.clean.table|true|On load mode ensure that the table is clean at the begining. In case of true and if the table previously exists it will be deleted and recreated|
323
323
|dynamodb.endpoint|""|Used endpoint for connection. If empty will use the default loaded configs|
324
324
|dynamodb.region|""|Used region for connection ( should match endpoint ). If empty will use the default loaded configs|
325
+
|dynamodb.consistent.reads|false|Reads on DynamoDB provide an eventually consistent read by default. If your benchmark/use-case requires a strongly consistent read, set this option to true|
326
+
|dynamodb.delete.after.run.stage|false|Detele the database table after the run stage|
0 commit comments