Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

dynamoDBトランザクション対応 #59

Open
massongit opened this issue Feb 13, 2022 · 2 comments
Open

dynamoDBトランザクション対応 #59

massongit opened this issue Feb 13, 2022 · 2 comments

Comments

@massongit
Copy link
Member

#53 (comment)

DynamoDBのトランザクション対応を行います。

@massongit
Copy link
Member Author

https://techblog.zozo.com/entry/dynamodb-immersion-days#DynamoDB%E3%81%AE%E3%83%88%E3%83%A9%E3%83%B3%E3%82%B6%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3

DynamoDBはトランザクションをサポートしています。トランザクションは書き込みと読み込みの2種類あり、どちらも最大25のアクションが実行可能です。しかし、非正規化した形でモデリングを行いDynamoDBに最適化した方が効率的になることも多く、局所的に必要な場面での使用が推奨されています。

@massongit
Copy link
Member Author

https://qiita.com/taruyar/items/949fdcb020e6596e48e3
トランザクション内のクエリは連続して実行されるっぽい。
間にプログラムによる処理を挟めさなそうなの厳しい......。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant