
Design Facebook | System Design - GeeksforGeeks
Mar 20, 2024 · Requirements Gathering for Facebook System Design. User Authentication: Implement secure methods for users to log in, such as using OAuth 2.0 or JWT. Profile …
Facebook database [Updated] – A thorough insight into the databases ...
It’s a scalable and fault-tolerant distributed log system. In comparison to a file system that stores data as files, LogDevice stores data as logs. The logs are record-oriented, append-only & …
Data logs: The latest evolution in Meta’s access tools
Feb 4, 2025 · Here we explore initial system designs we considered, an overview of the current architecture, and some important principles Meta takes into account in making data accessible …
LogDevice: a distributed data store for logs - Engineering at Meta
Aug 31, 2017 · Facebook has a variety of logging workloads with highly variable performance, availability, and latency requirements. We designed LogDevice to be tunable for all those …
Database design for Facebook - Medium
Mar 25, 2019 · In this blog post, I will be discussing about how the databases are stored in a complex system such as Facebook. We will limiting the discussing to User Profiles, Pages and …
An Introduction to Facebook’s System Architecture: Social
Sep 7, 2020 · Facebook developed a new storage engine, MyRocks DB, based on Log Structure Merge (LSM) tree. It helped reduced storage usage by 50% and reduced database latency.
System Design of Facebook: How It Handles Billions of Users
Feb 11, 2025 · From using customized databases to implementing real-time messaging protocols, Facebook has set the standard for large-scale distributed systems. Understanding Facebook’s …
Designing Facebook: A Comprehensive Look at the System
Jan 31, 2025 · Behind its seamless user experience lies a highly sophisticated and scalable system design. This article delves into the key components, challenges, and architectural …
Facebook System Design - Code Karle
System Architecture. For simplicity, we have divided the overall architecture into multiple flows. User onboarding, login, and user profile related operations are handled by a user service. The …
Facebook System Design. Draft Notes | by Kevin Wong - Medium
May 16, 2024 · User Database (UserDB): Stores user data, including profile information, friend connections, and authentication credentials. Post Database (PostDB): Stores posts made by …