Creating A Social Feed Best Practice

Hi I have a follow table that has the follower id and the person being followed id. Then a post table with the owner id and the content. What would be the best way to create a feed for each user? Should I use a join on each feed load? Should I have a feed table?
Was this page helpful?