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

scan.consistent #15

Closed
brandongoode opened this issue Jul 31, 2015 · 1 comment
Closed

scan.consistent #15

brandongoode opened this issue Jul 31, 2015 · 1 comment

Comments

@brandongoode
Copy link
Contributor

You can now make consistent reads by setting the 'ConsistentRead' parameter when you run the Scan operation. Consistent reads means that the Scan operation will include changes from all writes that are acknowledged before the Scan operation is started. Scanning a table with consistent reads makes it easy to include the latest updates when backing up or replicating your DynamoDB table. To make consistent reads using the Scan operation, set the ConsistentRead parameter in the Scan API call to true.

@brandongoode brandongoode added this to the v0.8.0 milestone Dec 31, 2016
dropdevcoding added a commit to dropdevcoding/dynamoose that referenced this issue May 15, 2017
brandongoode added a commit that referenced this issue May 16, 2017
@brandongoode
Copy link
Contributor Author

closed by #142

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

No branches or pull requests

1 participant