Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.65K
1 Posted Topic
Hey everyone, I am having trouble with the performance of a DynamoDB table that stores posts and replies. For posts, the PK is USER#<user-id> and the SK is POST#<post-id>#TIMESTAMP. For replies, the PK is POST#<post-id> and the SK is REPLY#<reply-id>. #TIMESTAMP. When there are thousands of replies to a post, …
The End.
Carol_7