Marcelo Altmann·May 29JSON Duality Views in MySQL 9.7 — What you need to knowMySQL 9.7 was released as the new LTS, and one of the features that caught my attention is JSON Duality Views. I have written about a few…
Marcelo Altmann·May 13, 2025A 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…A response icon1A response icon1
Marcelo Altmann·May 6, 2025From 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…
Marcelo Altmann·Apr 28, 2025MySQL & 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…
Marcelo Altmann·Feb 28, 2025MySQL now reports 3 decimal places for millisecondsEnhancing MySQL’s Precision: Now Reporting Sub-Millisecond Query Times with Three Decimal Places
Marcelo Altmann·Mar 4, 2024MySQL GTID Tags — What you need to knowMySQL Innovate Release 8.3 introduction of GTID (Global Transaction Identifiers) tags in replication processes is a significant…
Marcelo Altmann·Nov 8, 2023GDB Advanced Techniques: Expanding GDB Functionality with Custom Function ExecutionGDB is the go-to tool for debugging and troubleshooting low-level applications such as C++.
Marcelo Altmann·Oct 9, 2023MySQL 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…A response icon1A response icon1