MariaDB & Ecosystem Fragmentation

We hear you, Kristian Köhntopp! Thank you  for taking the time to articulate what many others are probably thinking.

For those of you to whom this sounds cryptic, let me share how I interpreted Kristian Köhntopp’s blog MySQL: Ecosystem fragmentation (https://blog.koehntopp.info/2020/10/28/
mysql-ecosystem-fragmentation.html
), published last week:

Kristian noted that the question “Which version of MySQL do you run on?” for a long time hasn’t been merely answered by a simple version number, since there are reasons to perceive MariaDB and Aurora to be “variations to the same theme”. 

MariaDB 10.5.7, 10.4.16, 10.3.26, 10.2.35 and 10.1.48 now available

The MariaDB Foundation is pleased to announce the availability of MariaDB 10.5.7, MariaDB 10.4.16, MariaDB 10.3.26, MariaDB 10.2.35 and MariaDB 10.1.48, the latest stable releases in their respective series.

See the release notes and changelogs for details.

Download MariaDB 10.5.7

Release Notes Changelog What is MariaDB 10.5?


Download MariaDB 10.4.16

Release Notes Changelog What is MariaDB 10.4?


Download MariaDB 10.3.26

Release Notes Changelog What is MariaDB 10.3?

Machine Learning straight through SQL

Machine learning is one area that cannot succeed without data. Traditionally, machine learning frameworks read it from CSV files or similar data sources. This brings an interesting set of challenges because in most cases the data is stored in databases, not simple raw files. It takes time and effort to move data from one format to another. Additionally, one needs to write some code (usually python) to prepare the data just like the ML framework expects it.

I was pleasantly surprised when I saw during the MariaDB Server Fest that MindsDB, an automatic machine learning system, presented their integration with MariaDB.

MariaDB 10.5.6, 10.4.15, 10.3.25, 10.2.34 and 10.1.47 now available

The MariaDB Foundation is pleased to announce the availability of MariaDB 10.5.6, MariaDB 10.4.15, MariaDB 10.3.25, MariaDB 10.2.34 and MariaDB 10.1.47, the latest stable releases in their respective series.

The only change in all releases is a fix for a vulnerability, CVE-2020-15180.

See the release notes and changelogs for details.

Download MariaDB 10.5.6

Release Notes Changelog What is MariaDB 10.5?


Download MariaDB 10.4.15

Release Notes Changelog What is MariaDB 10.4?

Fest Content: 35 videos by 30 presenters

So you heard about the interesting presentations at the MariaDB Server Fest, but didn’t have time to watch them when we were live? Or you have so far seen only a couple of the presentations, but would like some hints at which other presentations are worthy of taking a look at? 

That’s the purpose of this blog entry: to help you pick and choose, suggesting what could be interesting for you. All the Server Fest presentations are available on YouTube, with subtitles and Q&A sessions!

Four tips

A first tip: Most presentations have a short five-minute Q&A session.

Server Fest Conclusions

The MariaDB Server Fest 2020 is now over! Time for some spontaneous, initial reflections.

The MariaDB Server Fest 

To recap, MariaDB Server Fest

  • was a virtual conference
  • spread out over three days in September 2020
  • taking place first in Paris, then in New York, and last in Singapore / Beijing (three days in each location)

The Fest was a first for MariaDB Foundation

The Server Fest was a first in many ways, for MariaDB Foundation:

  • The first time we addressed the users of MariaDB Server – not the developers of MariaDB Server
  • The first time we went virtual – so far, we have always met face to face
  • The first time we did a conference with Call for Papers and an approval process – earlier, we had what we called unconferences, with a very spontaneous agenda

A roaring success

The numbers speak for themselves:

  • over 10.000 unique video views on YouTube alone
  • over 2.000 simultaneous viewers on Bilibili.com
  • 35 talks by 30 presenters
  • twelve live streams, each with six hours of talks 

A GSoC internship with the MariaDB Foundation

Introduction

Hi, my name is Kartik Soneji, and I am a second year student at Thadomal Shahani Engineering College, Mumbai. I have been programming since the age of 13. I started out with Java, then learnt a little C++ before diving head first into web development with HTML, CSS and JavaScript. I also programmed a bit in Python and Rust to see what all the hype was about.

My primary motivation to contribute to the open source community is because I strongly believe in the idea that software is free, to copy, modify and study.