Planet MariaDB Server
This post collects the main things Marco Tusa covered in his keynote at Percona Live 2026 in Amsterdam: where Percona stands on MySQL, which features landed in the server, and what holds the MySQL community together.Read more
2026-09-25
Source: Percona community blog
MariaDB Foundation welcomes Kamatera, a global cloud infrastructure provider, as its newest Silver Sponsor. Kamatera provides scalable cloud servers and infrastructure across a worldwide network of data centres, giving developers and organisations control over where and how they run their applications. … Continue reading “Kamatera joins MariaDB Foundation as a Silver Sponsor” Kamatera joins MariaDB Foundation as a Silver Sponsor appeared first on MariaDB.orgRead more
2026-09-24
Source: MariaDB Foundation
MariaDB is pleased to announce the immediate availability of the MariaDB Connector/R2DBC 1.3.2 and 1.2.4 releases. Download Now Release Notes […]Read more
2026-09-24
Source: MariaDB Corporation
A few months ago, I wrote about my first experiments with TideSQL, the MariaDB storage engine powered by TidesDB. At that time, getting started meant building the TidesDB library, adding the TideSQL sources to the MariaDB source tree, compiling everything, installing the plugin and finally playing with: It worked, and I liked what I saw. … Continue reading “TideSQL 5 and MariaDB: the Tides Are Moving Fast” TideSQL 5 and MariaDB: the Tides Are Moving Fast appeared first on MariaDB.orgRead more
2026-09-23
Source: MariaDB Foundation
10 days ago, an article by Naomi Cannon on Reddit caught my attention; it included a link to the full article on Medium. As I read through the article, I didn’t notice any major errors or false statements. What surprised me a bit was the detailed, technical knowledge in this article, which is unusual for a typical tech blogger. What bothered me about this article was that she mainly bashed MariaDB without offering any meaningful or useful conclusions or advice on what to do (e.g., using InnoDB instead of always jumping on the latest bandwagon, or using a different database…Read more
2026-09-21
Source: FromDual
TL;DR Percona Server for MySQL 9.7.2-2 now supports DISTANCE() for vector similarity scoring directly in SQL (COSINE, EUCLIDEAN, MANHATTAN, DOT metrics). This is the compute primitive you need to rank or filter embeddings by similarity directly in SQL. ANN indexing (e.g. HNSW, IVF) is the next milestone for fast large-scale similarity search; and this function provides … Continued The post DISTANCE() and VECTOR_DISTANCE(): Vector Similarity in Percona Server for MySQL 9.7 appeared first on Percona.Read more
2026-09-21
Source: Percona
At Percona Live Amsterdam I caught up with Sveta Smirnova, a world-renowned MySQL expert, author of “MySQL Troubleshooting” and “MySQL Cookbook, 4th Edition”, and a frequent speaker at events from Oracle OpenWorld and FOSDEM to HighLoad. … Continue reading ““Verify, Measure, and Get Your Hands Dirty”: Two Decades of Database Support with Sveta Smirnova” “Verify, Measure, and Get Your Hands Dirty”: Two Decades of Database Support with Sveta Smirnova appeared first on MariaDB.orgRead more
2026-09-18
Source: MariaDB Foundation
As we reach the final release of the MySQL version of Galera Cluster, we want to provide clarity around the […]Read more
2026-09-17
Source: MariaDB Corporation
Last week I spent a few days in Amsterdam at Percona Live. It was the first Percona Live in Europe since before the pandemic, and you could feel it in the room: a slightly disbelieving happiness at simply being together again. … Continue reading “The database world grew up — notes from Percona Live Amsterdam” The database world grew up — notes from Percona Live Amsterdam appeared first on MariaDB.orgRead more
2026-09-17
Source: MariaDB Foundation
Evaluating LLM Models for DBA Tasks Large language models are increasingly capable of performing practical systems-administration tasks. I wanted to understand how well they could handle something more specialized: database administration. To explore this, I developed a harness for evaluating the ability of different LLMs to execute real DBA tasks on remote systems. My … Continued The post Evaluating LLM models for DBA tasks appeared first on Percona.Read more
2026-09-17
Source: Percona
A while ago, we discussed the cross-site replication feature of the Percona PXC operator. Recently, a similar cross-site replication feature was introduced in the Percona (PS MySQL) operator v1.2.0, a topology based on Group Replication/InnoDB Cluster. In this blog post, we will explore how to add a DR Cluster to an existing DC Cluster to … Continued The post Group Replication Beyond a Single Cluster: DC-DR with Percona (PS MySQL) Operator appeared first on Percona.Read more
2026-09-17
Source: Percona
MariaDB Server 13.0 is now Stable! The 13.0 series started its journey in March 2026 with the Preview. It then progressed through the Release Candidate phase and is now ready for general use as MariaDB’s latest Stable rolling release. … Continue reading “MariaDB 13.0 Is Now Stable” MariaDB 13.0 Is Now Stable appeared first on MariaDB.orgRead more
2026-09-17
Source: MariaDB Foundation
JSONPath is a part of SQL Standard. MySQL and MariaDB support a subset of it: “lax mode” only, no support for predicates, etc. But even the lax mode implementation has behavior different from the standard: MDEV-40746: JSON Path computation doesn’t do lax mode unboxing. The same non-standard behavior can be observed in MariaDB, MySQL, and […]Read more
2026-09-16
Source: Sergei Petrunia
Magento normally uses InnoDB for orders, order items, invoices, and other transactional data. However, analytical reports have another workload. I wanted to check whether DuckDB can improve a real Magento report without replacing the operational database. … Continue reading “Trying DuckDB for Magento Analytics: An Experiment with One Million Orders” Trying DuckDB for Magento Analytics: An Experiment with One Million Orders appeared first on MariaDB.orgRead more
2026-09-16
Source: MariaDB Foundation