Jeff Johnson
-
How Facebook Scales Big Data Systems
Location:Abstract:
Facebook uses distributed storage systems that individually have tens of thousands of servers across multiple data centers around the world, receiving millions to billions of queries per second. At this scale, it is essential to find a malleable storage solution that is fast, easy for both engineers and operations staff to use, and provides strong safety guarantees.
Jeff Johnson, Software Engineer at Facebook New York, will share -- for the first time -- learnings on a new Facebook NoSQL project. The project's aim is to create a storage system simple in concept, implementation and operation, that offers a solution to the breadth of popular systems lacking one or more of these foundational elements. In comparison to many current NoSQL systems, this new system is based around using strong consistency as a core building block, implemented with the Raft consensus protocol. Jeff will detail how this approach is used to tackle storage problems at Facebook scale, and how issues of data availability and placement are handled.