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