-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Since DynamoDB uses HTTP connection model, it's important to keep requests count as few as possible. For example, if we try to maintain "likes" count, we would do:
- Add like if the user didn't liked yet.
- If added, increment the counter.
We can execute them in a single request with Transaction.
timmaier, negoziator and fendi-idn
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request