Planet MariaDB Server

At MariaDB Day in February in Brussels, VP Engineering Vicențiu Ciurbaru delivered an inspiring presentation titled “Launch Your Open Source Career: First Steps in Contributing to MariaDB.” … Continue reading "First Steps in Contributing to MariaDB" The post First Steps in Contributing to MariaDB appeared first on MariaDB.org…. Read more
By Robert Silén
2025-04-03
Scratch you own itch, and help others while at it! Why do people contribute to Open Source projects? The question is as old as Open Source and its predecessor Free Software: Why do people contribute? … Continue reading "Why contribute? Scratch your own itch!" The post Why contribute? Scratch your own itch! appeared first on MariaDB.org…. Read more
By Kaj Arnö
2025-04-03
MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Node.js 3.4.1 GA release. Download Now MariaDB Connector/Node.js 3.4.1 is a Stable (GA) release. Notable changes in this release include: See the release notes page for more details and visit mariadb.com/downloads/connectors/connectors-data-access/nodejs-connector/ to download. Source… Read more
By Daniel Bartholomew
2025-04-02
Every once in a while a truly inspiring contribution comes to us at MariaDB. Today’s timely contribution was from Sigma, and their inspiring contribution was in pull request 3937 which adds the AMEN statement for committing transactions. … Continue reading "“Amen” statement for committing transactions" The post “Amen” statement for committing transactions appeared first on MariaDB.org…. Read more
By Daniel Black
2025-04-01
We live in a world where national interests intertwine with IT vendor interests. Interest is currently booming in “European Alternatives“. I’m happy to note that MariaDB Server is unaffected by considerations related to protectionism. … Continue reading "MariaDB, an Open Source Alternative" The post MariaDB, an Open Source Alternative appeared first on MariaDB.org…. Read more
By Kaj Arnö
2025-03-29
Exactly one month ago, I found myself stepping into the role of CEO at MariaDB Foundation. It was a bit like being handed the keys to a beloved old ship and being told, “Don’t worry, it mostly steers itself… … Continue reading "The Accidental Queen of the Database Dominion – Month one" The post The Accidental Queen of the Database Dominion – Month one appeared first on MariaDB.org…. Read more
By Anna Widenius
2025-03-28
The ideation phase of the MariaDB AI RAG Hackathon is nearing its deadline on Monday (by end of March).  We have several cool submissions so far. … Continue reading "Last chance to apply to AI RAG Hackathon" The post Last chance to apply to AI RAG Hackathon appeared first on MariaDB.org…. Read more
By Robert Silén
2025-03-28
The MySQL library is libmysqlclient.so, the MariaDB library is libmariadbclient.so or libmariadb.so. I’ll list some quirks that I think are relatively unknown but good to know. I’ll end with a pointer to a function that’s good to have. mysql and mariadb clients don’t themselves use .so libraries To illustrate, here’s the file mysql.dir/link.txt that I… Continue Reading MySQL and MariaDB client .so libraries on Linux… Read more
By pgulutzan
2025-03-27
I recently shared two posts (here and here) with results for sysbench on a large server using Postgres versions 10 through 17. In general there were several large improvements over time, but one small regression that arrived in Postgres 11.x. This blog post provides more details on the problem using results from Postgres 10.23, 11.22 and 17.4.The regression occurs starting in Postgres 11.22 because Postgres is more likely to use bitmap index scan starting in 11.x. I have yet to learn why or how to prevent that.Index scan vs bitmap index scanExperts gave me great advice based on a few… Read more
By Mark Callaghan
2025-03-27
Source: Small Datum
MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Java 3.5.3, 3.4.2, and 3.3.4 releases. Download Now Release … Continued… Read more
By Daniel Bartholomew
2025-03-27
We were recently asked to support Galera Manager on ARM architectures (aarch64), and while we do support Galera Cluster on aarch64 for Galera Cluster Enterprise Edition (EE) in Galera Cluster for MySQL 8.0, we do not make such builds for our community release. This also means that for Galera Manager we are firmly just based […]… Read more
By sakari.keskitalo
2025-03-27
Source: Galera Cluster
In a recent conversation, I had the pleasure of speaking with Michal Schorm, the maintainer of MariaDB packages for Red Hat and Fedora – and newly elected Observer on the MariaDB Foundation Board. … Continue reading "A Conversation with Michal Schorm: MariaDB in Red Hat and Fedora" The post A Conversation with Michal Schorm: MariaDB in Red Hat and Fedora appeared first on MariaDB.org…. Read more
By Kaj Arnö
2025-03-25
MariaDB has had a voting feature in its issue tracker Jira since the dawn of time, but it hasn’t got much active attention. Despite that, there are now many Jira community items that have collected a fair amount of votes over the years. … Continue reading "Give MariaDB Jira votes and comments" The post Give MariaDB Jira votes and comments appeared first on MariaDB.org…. Read more
By Robert Silén
2025-03-25
MariaDB SEQUENCE is a storage engine that generates a sequence of positive integer numbers. However, in this article I will show you that it’s easy to use SEQUENCE to generate more complex sequences, that are not necessarily numeric. This is a very convenient way to generate relatively simple synthetic data. Numeric sequences SEQUENCE generates a numeric sequence, even though these numbers can be converted to something else. We specify a minimum, a maximum, and optionally a step (or increment). SEQUENCE tables are created on the fly when you query a non-existing table with a name that follows a certain pattern…. Read more
By Federico Razzoli
2025-03-24
Source: Vettabase
When performing backups, reducing the amount of time your server is locked can significantly improve performance and minimize disruptions. Percona XtraBackup 8.4 Pro introduces improvements in how DDL (Data Definition Language) locks (aka Backup Locks) are managed, allowing for reduced locking during backups. In this post, we’ll explore the impact of these enhancements. TL;DR (Summary) […]… Read more
By Satya Bodapati
2025-03-24
Source: Percona