A Brief History of MySQL ReplicationWhile preparing slides for a presentation, I found myself researching about the history of MySQL Replication and decided to write some key…May 13A response icon1May 13A response icon1
From User to Contributor: Fixing and Enhancing MySQL ToolsWorking with open source tools is always a rewarding experience. You can dig into the source code to understand how things work or…May 6May 6
MySQL & Heatwave Summit RecapLast week, I had the chance to attend the MySQL & HeatWave Summit, where I also got to talk about Readyset. It was a jam-packed two days…Apr 28Apr 28
MySQL now reports 3 decimal places for millisecondsEnhancing MySQL’s Precision: Now Reporting Sub-Millisecond Query Times with Three Decimal PlacesFeb 28Feb 28
MySQL GTID Tags — What you need to knowMySQL Innovate Release 8.3 introduction of GTID (Global Transaction Identifiers) tags in replication processes is a significant…Mar 4, 2024Mar 4, 2024
GDB Advanced Techniques: Expanding GDB Functionality with Custom Function ExecutionGDB is the go-to tool for debugging and troubleshooting low-level applications such as C++.Nov 8, 2023Nov 8, 2023
MySQL Query Cache with ReadySetCache is a known strategy for speeding up data access by saving result-sets in memory for later usage. When the same data is needed, the…Oct 9, 2023A response icon1Oct 9, 2023A response icon1