Enhancements to MariaDB Logical Dump and Import Tools in Release Series 11.5/11.6
In this post, we’ll explore the enhancements made to MariaDB’s backup and restore tools, mariadb-dump and mariadb-import, implemented in MDEV-33635 […]
Isolation level violation testing and debugging in MariaDB
Isolation is one of key transaction properties in database systems (the I in ACID), and its violation is a serious […]
Celebrating 15 years of MariaDB Server
It is now 15 years since the first MariaDB Server release of MariaDB 5.1.38 on 29’th of October 2009. The […]
Recent InnoDB Enhancements that Boost Performance in MariaDB Server
The performance of MariaDB Server has been improved over the years thanks to many enhancements to the InnoDB storage engine […]
How Fast Is MariaDB Vector?
Now that the MariaDB Vector preview is out, let’s see how it compares with other vector databases. I’ll use a […]
MariaDB Vector preview is out
MariaDB Vector is out! Only as a preview yet, not all bugs are fixed, not all optimizations implemented. But it […]
Expanding Monty’s Role at MariaDB
Picture this: OSCON, 2008. A sumo wrestling ring, two database giants ready to tussle. On one side, Michael «Monty» Widenius, […]
ALTER TABLE is now universally online
MariaDB Community Server 11.2 release series brings ALTER TABLE with a no-headache process of table schema change for many cases, […]
A Peek Under the Hood of Distributed SQL Engines
The goal of this article is to provide a high level description of what it means to be a distributed […]
Parallelize Your Command-line Replica with GTID-aware mariadb-binlog (part 2)
Enhancing the throughput for replicating database transactions is a key concern for a MariaDB replica, as the number of transactions […]