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 […]
Build Your Own Command-line Replica with GTID-aware mariadb-binlog (part 1)
This blog post begins a three part series to create and customize your own asynchronous MariaDB replication client. With the […]
Call for Presentations Is Open – MariaDB OpenWorks 2023
Over the next few weeks, we want to hear your ideas for sessions and topics to cover at our next […]
Dissecting the architecture of Google AlloyDB, Amazon Aurora, and MariaDB Xpand
Welcome AlloyDB Recently, Google announced their AlloyDB database-as-a-service (DBaaS) product, whose design looks strikingly similar to that of AWS Aurora […]
How to benchmark MariaDB/MySQL using Java connector
Using the benchbase framework to easily launch “real-world” Java benchmarks and micro-benchmarks
Crash-safe DDL of InnoDB tables in MariaDB Server 10.6
MariaDB 10.6.1, introduces atomic DDL (Data Definition Language) operations to make them crash-safe, even if the server crashes in the middle of an operation.
MariaDB Connector C++ Now RC
C++ developers can now use the native MariaDB Connector/C++ to connect their applications to MariaDB Server on premises and in the cloud on MariaDB SkySQL.
Faster, Better, Stronger, InnoDB in MariaDB Server 10.5
InnoDB is the default storage engine for MariaDB Enterprise Server and MariaDB Community Server. While originally based on the MySQL […]