Cloud/AWS
DynamoDB Single Table 디자인
jhbaek
2021. 2. 7. 21:47
www.alexdebrie.com/posts/dynamodb-single-table/
The What, Why, and When of Single-Table Design with DynamoDB
AWS recommends using just a single DynamoDB table for your entire application. In this post, learn why you would do that and the few times you shouldn't.
www.alexdebrie.com
다이나모DB를 써보면 알겠지만 여러 Table을 Join 해가며 쓰기에 적절하지 않음을 알 수 있다.
그럴 때 위 글이 큰 도움이 된다.
Single Table로 테이블을 만들면서 이래도 되나... 싶은적이 많았는데 위 글을 보니 위안이 된다.