Intro to MySQL by Roman Agabekov & R/W Splitting in MySQL by Scott Stroz
Details
Session #1 - Introduction to MySQL by Roman Agabekov
Abstract
I'll talk about MySQL in general History, Features I've been, Performance and Scalability, Security, Case studies
Speaker Bio
Founder at Releem, I've been using MySQL since 2008 as a Developer, Support Engineer, and Database Administrator (DBA). I have been consulting and managing MySQL servers for over ten years.
Session #2 - Transparent Read/Write Splitting in MySQL 8.2 by Scott Stroz
Abstract
For large applications with a MySQL database, read operations are often distributed to read-only replicas while write operations are delegated to primary nodes. Until now, these need to be managed in the application code. With MySQL 8.2, we can now use a single endpoint for read and write operations and MySQL Router will automatically send the request to the correct node. In this session, we will discuss some of the advantages of using read/write splitting and how to configure MySQL Router to handle it without any further interaction.
Speaker Bio
Scott is a developer with over 20 years of experience in several languages. In those years, MySQL was the only constant in his development stack. He is passionate about sharing what he has learned on his coding journey so others may learn from his mistakes.

