AWS DynamoDB 面试题与答案
问题 46. How does DynamoDB handle transactions?
DynamoDB supports transactions using the 'TransactWriteItems' operation. It allows you to group multiple write operations into a single, atomic transaction.
这有帮助吗?
添加评论
查看评论
用户评价最有帮助的内容:
- What is DynamoDB?
- Explain the concept of the 'GetItem' operation in DynamoDB.
- How does DynamoDB handle transactions?