Scalable, Survivable, Global Database Architecture in CockroachDB

Talk
Ben Darnell
Time: 
11.17.2020 12:30 to 13:30

We live in an increasingly interconnected world, with many organizations operating across countries or even across continents. To serve their global customer base, organizations are moving to replace their legacy database management systems (DBMSs) with cloud-based DBMSs capable of scaling on-line transaction processing (OLTP) workloads to millions of users.
CockroachDB is a scalable SQL DBMS that was built from the ground up to support these global OLTP workloads while maintaining high availability and strong consistency. Just like its namesake, CockroachDB is resilient to disasters through replication and automatic recovery mechanisms.
In this talk Ben will present the design of CockroachDB and its novel transaction model that supports consistent geo-distributed transactions without the use of specialized hardware. It will describe how CockroachDB replicates and distributes data to achieve fault tolerance and high performance, as well as how its distributed SQL layer automatically scales with the size of the database cluster while providing the standard SQL interface that users expect. Finally, Ben will share several specific case studies of customers who have been successful with CockroachDB, as well as a performance study demonstrating the DBMS’s scalability on an industry-standard benchmark.