Home Sponsorship Information Agenda Speakers Venue & Hotels Registration Percona Live 2026 - Amsterdam All Events
← Back to Talks 30 Minute Presentation

MySQL Binary Logs: From Replication Tool to Enterprise Event Platform

Brijesh Patel
Brijesh Patel
CWAN, Principal Database Administrator
CWAN

May 27-29, 2026 • Computer History Museum, California
Date, time, and room will be announced soon.

MySQL

Track: MySQL / Performance & Operations

MySQL binary logs aren’t just for replication - they’re your database’s black box flight recorder, CDC engine, and real-time event platform all in one. Let’s unlock them:

  • CDC + Cache Invalidation
  • Binlog-as-Event-Bus for microservices
  • Real-time Analytics Pipeline
  • Anomaly Detection using GTID timestamps
  • Forensics & Incident Response

Short Description: In this session, we explore how binary logs can transform your MySQL infrastructure into a powerful enterprise event platform.

We will cover real-world use cases including forensic debugging of production incidents, Change Data Capture (CDC) pipelines for real-time analytics, and a novel approach to cache invalidation using the Blackhole engine.

The centerpiece of this talk is a deep dive into GTID timestamp analysis - specifically leveraging the difference between original_commit_timestamp and immediate_commit_timestamp to detect replication anomalies before they become disasters.

Attendees will leave with practical knowledge, working code, and a complete open-source monitoring stack including a Grafana dashboard for real-time GTID lag visualization.

No more flying blind in production. Your binary logs have been trying to tell you something all along.

MySQL Binary Logs: From Replication Tool to Enterprise Event Platform

Speaker

Brijesh Patel
Brijesh Patel
CWAN, Principal Database Administrator
CWAN

Database Architect managing enterprise wide database systems on various flavors of RDBMS (Microsoft SQL Server, MySQL, PostgreSQL) and MongoDB, driving key projects like Cloud Migration, new database builds, upgraded, …