Planet MariaDB Server

Add Planet MariaDB Server, subscribe to https://mariadb.org/planet-feed.xml

MariaDB already allows developers to add new Pluggable Data Types and scalar Plugin Functions. One missing piece has been Pluggable Aggregate Functions operating on PDTs. That matters for functionality such as HyperLogLog, where an extension needs to aggregate values into a custom statistical sketch while preserving its native SQL type. … Continue reading "Extending MariaDB with Native Aggregate Plugins: Laying the Groundwork for HyperLogLog" Extending MariaDB with Native Aggregate Plugins: Laying the Groundwork for HyperLogLog appeared first on MariaDB.org… Read more
By Roman Nozdrin
2026-08-16
Overview While validating MariaDB RSS stability under stored procedure workloads, I ran into unexpected memory growth. The goal was straightforward: confirm that MariaDB was not leaking memory when running TPROC-C stored procedure workloads. … Continue reading "MariaDB Foundation Advances TAF with HammerDB 6.0 and xt_reservoir Integration" MariaDB Foundation Advances TAF with HammerDB 6.0 and xt_reservoir Integration appeared first on MariaDB.org… Read more
By Jonathan Miller
2026-08-14
MariaDB is pleased to announce the immediate availability of the MariaDB Community Server 10.6.28 maintenance release. This is the final […]… Read more
By Daniel Bartholomew
2026-08-13
Our first post showed MySQL 9.7 with one change: mark a table ENGINE=DuckDB and its analytical queries run in DuckDB instead of InnoDB. The question we kept getting after that was about replication. Can you keep a normal InnoDB primary for the writes, and run a replica where the big tables are ENGINE=DuckDB? Then the … Continued The post Replicating from InnoDB into a DuckDB storage engine appeared first on Percona…. Read more
By Evgeniy Patlan
2026-08-13
Source: Percona
JSON support in MariaDB has improved significantly over the years. We have functions to create JSON documents, extract values, modify objects, inspect arrays, compare documents, and even transform JSON into relational rows using JSON_TABLE(). … Continue reading "MariaDB 13.1 Feature in Focus: JSON Operators and JSON_TABLE Improvements" MariaDB 13.1 Feature in Focus: JSON Operators and JSON_TABLE Improvements appeared first on MariaDB.org… Read more
By Frédéric Descamps
2026-08-13
We’re happy to announce that Percona Server for MongoDB (PSMDB) 8.0.28-12 extends platform support to RHEL 10 and its derivatives (Oracle Linux 10, Rocky Linux 10, AlmaLinux 10, and other RHEL-compatible distributions) for both x86_64 and ARM (aarch64) architectures. This release also adds support for Debian 13 “Trixie” on x86_64 and ARM64. We’ll continue to … Continued The post Percona for MongoDB: RHEL 10, Its Derivatives, and Debian 13 – On Both x86_64 and ARM appeared first on Percona…. Read more
By Radoslaw Szulgo
2026-08-11
Source: Percona
While working on our project “PostgreSQL for Dolphins and Sea Lions,” I pored over the PostgreSQL documentation on replication. Since I’m not quite up to speed on this topic yet, I like to look up certain terms (parameters, functions, etc.) every now and then to see exactly what they mean or how they work (RTFM!). That’s exactly why links were originally invented—the very thing that first made Gopher and later the Internet/WWW (http) so popular. Unfortunately, however, these links are often missing from the documentation in question, which disrupts the flow of reading. Fortunately, though, PostgreSQL is an open-source project,… Read more
2026-08-11
Source: FromDual
Auree is building a cloud-independent platform for deploying and operating highly available open source databases, including MariaDB, inside customers’ own cloud accounts. Its Bring Your Own Cloud model allows organisations to choose their cloud provider, region, infrastructure size, and security environment while Auree automates database provisioning, monitoring, backups, clustering, and failover. … Continue reading "MariaDB Foundation is pleased to welcome Auree as a Silver Sponsor." MariaDB Foundation is pleased to welcome Auree as a Silver Sponsor. appeared first on MariaDB.org… Read more
By Anna Widenius
2026-08-10
High availability keeps MySQL and MariaDB applications running through routine local failures, while disaster recovery restores service after a site or regional outage. This article explains how RTO, RPO, distance, synchronous replication and asynchronous replication shape each strategy, and how Continuent Tungsten Cluster combines local HA with multi-site DR…. Read more
By Continuent Team
2026-08-08
MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Node.js 3.5.4, 3.4.7, 3.3.4, and 3.2.5 GA releases. Download […]… Read more
By Daniel Bartholomew
2026-08-07
Percona Search for MongoDB is Percona’s downstream distribution of mongot, the search engine that provides MongoDB’s full-text and vector search capabilities. With this addition, you can power your applications with AI and advanced search techniques – anywhere, and without vendor lock-in. It’s the same search engine that powers MongoDB Atlas Search.  Percona Search for MongoDB … Continued The post The open way of Percona Search for MongoDB appeared first on Percona…. Read more
By Radoslaw Szulgo
2026-08-07
Source: Percona
We ran DuckDB MySQL storage engine at scale factor 500. It is around 500 GB of raw TPC-H, three billion lineitem rows  on an 80-core server with 187 GB of RAM. Three engines on the same box: InnoDB, our MySQL+DuckDB engine, and plain DuckDB as the reference. Here is what came out. InnoDB finished 18 … Continued The post The DuckDB MySQL engine at 500 GB appeared first on Percona…. Read more
By Evgeniy Patlan
2026-08-07
Source: Percona
ClusterControl 2.5.0 is here, and it marks a milestone for the platform: ClickHouse joins the family of supported database engines — and with it, a capability no analytics vendor’s cloud can offer you. Wherever you run ClusterControl — on-premises, in any cloud, or hybrid — you can now deploy ClickHouse either as a standalone OLAP […] The post ClusterControl 2.5.0 brings ClickHouse support to on-prem, cloud and hybrid environments appeared first on Severalnines…. Read more
By Kyle Buzzell
2026-08-05
Source: SeveralNines
I have known for some times that there is an interesting improvement in MySQL 8.0.17 regarding GTID Crash Safety, but I have not had the time nor the need to look into it before.  When writing my last post (Understanding MySQL Replication "fatal error 1236": […]), I saw something interesting related to this, and it is now time to cover this on my blog. From my point of view, this change is… Read more
By Jean-François Gagné
2026-08-05