Does Dynamic DB support in-place atomic updates?
A.
It is not defined
B.
No
C.
Yes
D.
It does support in-place non-atomic updates
Does Dynamic DB support in-place atomic updates?
Does Dynamic DB support in-place atomic updates?
A.
It is not defined
B.
No
C.
Yes
D.
It does support in-place non-atomic updates
C is correct.
Q: Does DynamoDB support in-place atomic updates?
Amazon DynamoDB supports fast in-place updates. You can increment or decrement a numeric attribute in a row using a single API call. Similarly, you can atomically add or remove to sets, lists, or maps.
Source: https://aws.amazon.com/dynamodb/faqs/
C
Correct answer is C
C
Answer is = C
Q: Does DynamoDB support in-place atomic updates?
Amazon DynamoDB supports fast in-place updates. You can increment or decrement a numeric attribute in a row using a single API call. Similarly, you can atomically add or remove to sets, lists, or maps. View our documentation for more information on atomic updates.