Skip to content

Commit 1fd2b71

Browse files
committed
Adding dynamodb.consistent.reads and dynamodb.delete.after.run.stage fields to the Readme
1 parent 569b9cf commit 1fd2b71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ Common configurations:
322322
|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|
323323
|dynamodb.endpoint|""|Used endpoint for connection. If empty will use the default loaded configs|
324324
|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|
327+
325328

326329

327330
## TODO

0 commit comments

Comments
 (0)