AWS DynamoDB Interviewfragen und Antworten
Frage 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.
Ist das hilfreich?
Kommentar hinzufugen
Kommentare ansehen
Am hilfreichsten laut Nutzern:
- What is DynamoDB?
- Explain the concept of the 'GetItem' operation in DynamoDB.
- How does DynamoDB handle transactions?