Category Archives: Generic
We at MariaDB Foundation are thrilled to see Amazon at the forefront of applying artificial intelligence to open source contributions — with MariaDB as their pilot.
At the May 6th MariaDB meetup in Bremen, Bardia Hassanzadeh, PhD, presented the Upstream Pilot tool: an AI-based assistant designed to help developers identify, analyze, and resolve open issues in MariaDB more effectively.
This initiative is the most promising we’ve seen for improving the open source contribution process. Bardia and Hugo Wen of Amazon gave us a preview last week and we were already very impressed.
…
Continue reading “Amazon’s AI-agents for MariaDB Contributions”
We’re excited to welcome RAVATAR as our Silver Sponsor! A bold innovator in artificial intelligence, RAVATAR is defining the emerging Face of AI through high-quality interactive digital humans and real-time AI avatars.
By crafting AI that communicates with emotion, insight, and purpose, RAVATAR advances its mission to humanize technology, making tech feel like a conversation rather than a command.
Their support for open-source communities like ours speaks to a clear commitment to shared innovation, radical transparency, and AI that puts people first. This partnership resonates deeply with our own AI ambitions, especially the development of MariaDB Vector, which brings scalable vector search and retrieval-augmented generation (RAG) capabilities into the hands of developers worldwide.
…
Continue reading “RAVATAR becomes Silver Sponsor of MariaDB Foundation”
I suppose not all of my readers have a first hand (or even second hand) experience of the girls-night-in. So let me shed some light on this sacred ritual of tea, sympathy and soul-baring conversation that zigzags from the ridiculous to the profound and back again in under 30 seconds.
There a few eternal mysteries that always seem to come up –
Like:
“Why do I have nothing to wear when my wardrobe is clearly full of clothes?”
And:
“Why does cat food smell weirdly delicious?”
(Okay, I do know the answer to that one: stop crash-dieting already!
…
Continue reading “The Queen, the contributions and the wardrobe”
We’re pleased to welcome Kinsta as a Silver Sponsor of the MariaDB Foundation. Kinsta, one of the leading managed WordPress hosting providers, powers thousands of websites globally with a platform built for speed, scalability, and security — and MariaDB plays a central role in that architecture.
Kinsta also holds the highest G2 score of any managed hosting provider or web hosting provider. In 2022, the company was listed under the “Top 100 Fastest Growing Products.” Kinsta offers 24/7 support 365 days a year – in five languages – from its team of expert engineers. With its new Application Hosting and Database Hosting services, plus hosting for WordPress that offers support for complex installations such as Bedrock, reverse-proxy configurations, and tools such as SSH and WP-CLI, its entire platform is built with developers in mind.
…
Continue reading “New Silver Sponsor: Kinsta Chooses MariaDB for Scalable, Open WordPress Hosting”
There’s a question I like to ask people sometimes—especially at turning points:
“What’s your word?”
One word to capture how you feel, where you are, or what’s driving you right now. No explanations. Just instinct.
Today, mine is: Adventure.
Not necessarily the reckless kind, but the kind that stretches you—where you step into something unfamiliar and see what happens. That’s exactly what this season at MariaDB is like.
And maybe the most “adventurous” thing I’ve done so far? Emailing Andy Pavlo.
…
Continue reading “The Queen’s Gambit: Through the Looking Glass into the Query Optimizer”
We are delighted to welcome Tempesta Technologies as a Silver Sponsor of the MariaDB Foundation!
Tempesta Technologies is the developer of Tempesta FW, an open-source hybrid of a web accelerator and a multi-layer firewall. Engineered for maximum efficiency, Tempesta FW is tightly integrated with the Linux TCP/IP stack and leverages cutting-edge technologies to deliver exceptional web application performance. It provides robust protection against DDoS and web attacks while ensuring smooth, high-speed operation under normal conditions.
This partnership underscores MariaDB Server’s continued commitment to performance and efficiency—not just in terms of database speed and scalability, but across the broader ecosystem that powers modern web infrastructure.
…
Continue reading “Tempesta Technologies Becomes Silver Sponsor of MariaDB Foundation”
We are excited to announce that Vettabase has joined the MariaDB Foundation as a Silver Sponsor!
Vettabase is a trusted provider of database consulting services, with a strong focus on open-source technologies. Their team brings deep expertise in MariaDB, MySQL, PostgreSQL and Cassandra, helping organizations around the world optimize database performance, reliability, and scalability.
Vettabase has long been an active contributor to the MariaDB ecosystem. They maintain the widely appreciated Awesome MariaDB list on GitHub—a curated collection of tools, articles, and learning resources for the MariaDB community.
…
Continue reading “Vettabase Becomes Silver Sponsor of MariaDB Foundation”
The following post was written by Stefano Petrilli, who contributed UUIDv4 and UUIDv7 implementations to MariaDB. Thank you, Stefano!
The original version of the Universal Unique IDentifiers (UUID), which is now known as UUIDv1, made his first appearance in the 1980s. The most interesting guarantee that they provide is the generation of IDs that are always unique across space and time.
To comply with this promise, it uses a combination of three elements:
- The node, which is a field that identifies the machine that generated the UUID.
…