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

Updating Jira on MariaDB and Running into Database Driver Problems

We run a public instance of Jira (jira.staging-mdb.com). Since it’s public it’s good to keep it pretty up-to-date so that […]

Read More

Upgrading to the Latest Jira with the Latest Version of MariaDB Server

In the development of MariaDB Server we use Atlassian’s Jira as the issue and project tracking software, but also for […]

Read More

ALTER TABLE Improvements in MariaDB Server 10.3

MariaDB Server 10.3.7 (the first Generally Available release in the series) includes some ALTER TABLE improvements that are worth mentioning. […]

Read More

Streaming Data From MariaDB Server Into MariaDB ColumnStore via MariaDB MaxScale

In this blog post, we look at how to configure Change Data Capture (CDC) from the MariaDB Server to MariaDB ColumnStore […]

Read More

MyRocks Storage Engine in MariaDB is Now Release Candidate

The MyRocks storage engine was introduced in MariaDB Server 10.2 as an alpha plugin – the maturity of plugins is […]

Read More

Convert Galera Node to Async Slave And Vice-versa With Galera Cluster

Recently, I was working with one of our customers and this was their requirement as they wanted to automate this […]

Read More

Instant ADD COLUMN for InnoDB

MariaDB Server 10.3.2 alpha was released this week. For InnoDB, the new features coming in MariaDB Server 10.3 include CREATE […]

Read More