Loading...
post_tweet(user_id, tweet_id, tweet_contents)post_comment(user_id, tweet_id, comment_contents)like_tweet(user_id, tweet_id)get_feed(user_id)follow_user(user_id, user_to_follow)user_id, password_hash, and other metadata.user_id.tweet_id, user_id, tweet_contents, timestamp, and likes.tweet_id, comment, and timestamp.user_id for scalability and efficient timeline queries.