Database

List of Events

Here is a list of event, includes speaker session and other intermediate slots (e.g. lunch):

MySQL High Availability Deployment Practice

Data is critical to system. Building a reliability system requires a reliable Database Platform. MySQL High Availability with Replication, InnoDB Cluster / NDB Cluster provides the choice of deployment architectures to achieve different Service level (SLA) expectations. The talk will cover the innovation of Today with MySQL replication capabilities including Network communication, Flow control and Data Consistency. The latest ReplicaSet and InnoDB Cluster will be explored.

Build a minimal DBMS from scratch by Rust

I will introduce to Rust, including the principles, the traits, and the current state of the Rust community. After that, I am going to talk about how to build a minimal DBMS from scratch - the StellarSQL project. In this talk, the following is covered. What is a DBMS? What is the architecture of the DBMS? What is the progress in developing the project? What are the existed resources in the community that I use for the developing? The speech would manifest that developing a small DBMS is fascinating and Rust is cool and powerful.