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?