Category Archives: Community
One of the things I really like about open source is that a project is never only about the software.
Yes, code is important. Very important. But a project like MariaDB exists and grows because of people. People who contribute code, of course, but also people who help users, review bugs, write blog posts, speak at events, answer questions, test new features, build tools, and share knowledge with others.
This is exactly why I’m very happy to announce the MariaDB Foundation Sea Lion Champions program.
It’s a new initiative to recognize the people who help make the MariaDB ecosystem stronger.
…
Continue reading “Know a MariaDB champion? Submit a nomination”
I came across an excellent paper by the Linux Foundation. In it I find solid economical evidence for a very fundamental idea: contributions are the life-blood of an open source project.
Contributions in the broader sense (code, documentation, quality assurance, marketing, education, financial support) are central to every project. Open source or not. Giving users what they need and want is what makes any project appealing. It’s just that with open source, the cost to procuring these is not that directly attached to the actual use. So, there is a gap to cross between passive use and active participation.
…
Before I share my takeaway from this MariaDB observability poll, I would like to thank all participants and highlight that these recent polls are very popular, and your participation makes us happy.
That said, we recently asked the MariaDB community the following question:
Which observability tools do you use for MariaDB?
I like polls like this one.
Not because they are perfect. They are not.
Not because they replace real field experience. They do not.
But because sometimes they confirm, very clearly, what many of us already see in practice.
…
If you’ve been around the MariaDB community for a while, you can probably feel it already: things are moving in the right direction.
And no, I’m not talking about one vanity metric, one lucky spike, or one noisy social post.
I’m talking about a broader trend.
The latest Adoption Index data shows something I really like to see: not one lucky spike, but multiple signals moving in the right direction at the same time.
Sometimes people want one number.
One chart. One KPI. One neat little story.
But open source projects do not work like that.
…
Continue reading “MariaDB Keeps Climbing: Community, Adoption, and Momentum”
We recently asked the MariaDB community a simple question:
Where do you run MariaDB most in production?
The responses give a useful snapshot of how MariaDB is deployed today across our community:
The big takeaway: MariaDB remains strongly infrastructure-aware
The clearest signal from this poll is that MariaDB is still most commonly run in environments where users want a high degree of control over the underlying infrastructure.
The top two clearly defined deployment models, on-prem VMs and bare metal, account for the largest share of visible responses.
…
Continue reading “Where does the Community run most MariaDB in production – results from the poll”
When dealing with queries in MariaDB, there are several approaches, such as the general query log, the slow query log, and the performance_schema.
The general query log is not recommended as it doesn’t contain much valuable information and can use a lot of resources when writing to the file on busy systems.
The slow query log is a much better option, as it contains many metrics and can be tuned. But if you want to collect everything, writing to the disk can also be an expensive operation.
…
Continue reading “Improving MariaDB Observability with OpenSearch and Grafana”
You may have noticed that MySQL Workbench has not been actively developed for a long time… You can see the number of open bugs. And the number of commits illustrates this too:
In fact, Workbench has been put out of maintenance mode to add the MySQL HeatWave Migration Assistant to OCI. Not less, no more.
On some versions, it is no longer able to connect to a MariaDB Server, or to use it on new OSes (Fedora 43, recent macOS, …).
These kinds of GUI tools are very popular for developers, and I was surprised by the number of users Workbench had.
…
I wanted to share with you all some statistics on the incoming community contributions for the MariaDB server in the last year or so. And some of my thoughts looking at the data.
I’ve been quietly working on scripting some of my daily routines using the github CLI and the Jira REST API. Thanks to a question by Anna, the visionary MariaDB Foundation CEO, I’ve also created some scripts to fetch and summarize statistics on the incoming community contributions pull requests.
A picture’s worth a thousand words. So here we go:
This depicts the community pull requests opened or closed each month (the top graph).
…
Continue reading “The Rising Tide of Community Contributions to MariaDB Server”