Planet MariaDB Server

We are pleased to announce the general availability (GA) of MariaDB Connector/J 3.4. MariaDB Connector/J 3.4 is the newest version … Continued… Read more
By Diego Dupin
2024-05-17
The MariaDB Foundation is pleased to announce the availability of MariaDB 10.11.8, MariaDB 10.6.18, MariaDB 10.5.25 and MariaDB 10.4.34, the latest stable releases in their respective long-term series (maintained for five years from their first stable release dates), as well as MariaDB 11.2.4, MariaDB 11.1.5 and MariaDB 11.0.6, the latest stable releases in their respective short-term series (maintained for one year). … Continue reading "MariaDB 11.2.4, 11.1.5, 11.0.6, 10.11.8, 10.6.18, 10.5.25, 10.4.34 now available" The post MariaDB 11.2.4, 11.1.5, 11.0.6, 10.11.8, 10.6.18, 10.5.25, 10.4.34 now available appeared first on MariaDB.org…. Read more
By Ian Gilfillan
2024-05-17
Both MariaDB and MySQL have been around a long time now, and there is always a difficult balance between maintaining compatibility whilst also solving security issues that arise. … Continue reading "MariaDB Dump File Compatibility Change" The post MariaDB Dump File Compatibility Change appeared first on MariaDB.org…. Read more
By Andrew Hutchings
2024-05-17
Many applications have dozens and sometimes even thousands of CRUD screens (Create, Read, Update, and Delete)…. Read more
2024-05-17
AI was everywhere at Intel Vision this week in London. Nearly every keynote and breakout presentation was centred around AI. I had the honour of being interviewed by Intel’s jovial Chief Commercial Officer Christoph Schell, who is just about as stereotypically German as his former neighbour from Stuttgart Jürgen Klopp (whom he referenced on-stage), namely: not at all. … Continue reading "MariaDB Vector at Intel Vision – AI Everywhere" The post MariaDB Vector at Intel Vision – AI Everywhere appeared first on MariaDB.org…. Read more
By Kaj Arnö
2024-05-17
MariaDB Performance Schema is a powerful tool designed to monitor and analyze the performance of your MariaDB server. It provides … Continued… Read more
By Aman Singh
2024-05-16
Selecting the appropriate database technology for your needs is crucial for ensuring compatibility with existing applications and infrastructure, optimizing application performance, and reducing costs. With so many different choices available, it can be difficult to make such a decision!This blog post provides a head-to-head comparison of MariaDB vs. PostgreSQL, MongoDB, and MySQL, highlighting their similarities […]… Read more
By David Quilty
2024-05-16
Source: Percona
This post has results for the Insert Benchmark on a small server with a cached workload. The goal is to compare MariaDB and MySQL and see whether they get better or worse over time. The results here are from the newest small servers in my test cluster — an ASUS PN53.This work was done by Small Datum LLC and sponsored by the MariaDB Foundation.The workload here has low concurrency (1 or 4 clients) and the database is cached. The results might be different when the workload is IO-bound or has more concurrency. Results were recently shared from tests run on an older small server. tl;drModern MariaDB (11.4.1)… Read more
By Mark Callaghan
2024-05-14
Source: Small Datum
A healthy ecosystem around MariaDB Server involves an active community. Lots of happy code contributors cause fast development of new functionality, as well as increased adoption by users. … Continue reading "Towards a healthy ecosystem" The post Towards a healthy ecosystem appeared first on MariaDB.org…. Read more
By Kaj Arnö
2024-05-14
Large language models (LLMs) have taken the world by storm, wowing us with their ability to generate remarkably human-like text. But for all their prowess, these AI marvels still face major roadblocks – especially when it comes to knowledge-intensive tasks requiring up-to-date, factual information. While LLMs excel at generating human-like text based on the patterns […] The post Improving LLM Fidelity with Retrieval Augmented Generation using pgvector appeared first on Severalnines…. Read more
By Divine Odazie
2024-05-14
Source: SeveralNines
Table modifications are a routine task for database administrators. The blog post Using Percona Toolkit to Alter Database Tables Online: A Controlled Approach provides insights into the process of altering tables online in a controlled manner, ensuring uninterrupted access for application users and preventing application downtime. We will focus here on utilizing the powerful “pt-online-schema-change” […]… Read more
By Arunjith Aravindan
2024-05-13
Source: Percona
The DATE_BUCKET function is a powerful tool in PostgreSQL for handling time-series data, particularly useful for aggregating records into fixed intervals. This function isn’t available in all versions of PostgreSQL or might require specific extensions […] The post Mastering Time-Series Analysis in PostgreSQL with the DATE_BUCKET Function appeared first on The WebScale Database Infrastructure Operations Experts in PostgreSQL, MySQL, MariaDB and ClickHouse…. Read more
By Shiv Iyer
2024-05-11
Source: MinervaDB Blog
We say: Put your AI vectors into your RDBMS … Relational databases are where AI data belongs. Users need their vectors along with the rest of their data, in a standard database which offers performance, scalability, and all the other traditional virtues, such as ACID compliance. … Continue reading "MariaDB is soon a vector database, too" The post MariaDB is soon a vector database, too appeared first on MariaDB.org…. Read more
By Kaj Arnö
2024-05-10
Have you ever read a news story about a major company experiencing a data breach that exposed millions of customer records? These breaches can be devastating, causing significant financial losses, reputational damage, and even legal repercussions. Unfortunately, MySQL databases, one of the most popular relational database management systems, is at the heart of many critical […]… Read more
By David Quilty
2024-05-09
Source: Percona
PostgreSQL Performance Troubleshooting Whitepaper – Using eBPF to Troubleshoot Process Contention in PostgreSQL To use eBPF for troubleshooting process contention in PostgreSQL, we focus on understanding how processes are interacting with each other, particularly in […] The post Using eBPF to Troubleshoot Process Contention in PostgreSQL: A Guide to Monitoring Locks, CPU, and I/O Performance appeared first on The WebScale Database Infrastructure Operations Experts in PostgreSQL, MySQL, MariaDB and ClickHouse…. Read more
By Shiv Iyer
2024-05-08
Source: MinervaDB Blog