Ask HN: How would you design a Social Network DB schema? Let's say you have to handle: Users, Videos, Comments (on each videos), Likes (on each videos) then Connections between Users (Social Graph). What is the new-fresh-2016-optimized way to design such a database? Thanks! |