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 […]

Read More

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 […]

Read More

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 […]

Read More

How to benchmark MariaDB/MySQL using Java connector

Using the benchbase framework to easily launch “real-world” Java benchmarks and micro-benchmarks

Read More

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.

Read More

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.

Read More

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 […]

Read More

ALTER TABLE Improvements in MariaDB Server 10.4

MariaDB Server 10.4 includes new ALTER TABLE improvements. A year earlier, the first GA release of MariaDB Server 10.3 introduced […]

Read More

Optimizer Trace in MariaDB Server 10.4

One of the new features in MariaDB Server 10.4 is the Optimizer Trace. It provides diagnostics about the optimizer: you […]

Read More

InnoDB Quality Improvements in MariaDB Server

InnoDB is the default storage engine used for MariaDB and is especially great for mixed read and write workloads. Over […]

Read More