C
CS Fundamentals
Algorithms, data structures, system design, and computer science theory
This is how Meta serves its social graph.
This is how Meta serves its social graph. Every time a user loads a page, Meta's servers run complex queries to fetch data. This includes posts, likes, comments, replies, stories and messages. The query to fetch this data is complex, and best served using a graph datastore. Since Facebook had de...