Planet MariaDB

Openness, Adoption, Continuity: That’s the mantra of three words MariaDB Foundation uses to describe its mission. At the core of Openness are contributions of code to MariaDB Server. … Continue reading "Hired: Chief Contributions Officer" The post Hired: Chief Contributions Officer appeared first on MariaDB.org…. Read more
By Kaj Arnö
2022-08-15
Percona XtraDB Cluster (PXC) is a database clustering solution for MySQL. It ensures high availability, prevents downtime and data loss, and provides linear scalability for a growing environment. Lately, the number of questions about how to build Percona software has increased. More and more people try to add their own patches, add some modifications, and […]… Read more
By Evgeniy Patlan
2022-08-11
Source: Percona
I have recently written an article for this blog presenting Window Functions for MongoDB 5.0. I used some public Italian COVID-19 data for a few real examples. Please have a look at it if you like. Then I thought I should provide the same even for a relational database like MySQL. MySQL introduced Window Functions […]… Read more
By Corrado Pandiani
2022-08-11
Source: Percona
In Percona Server for MySQL 8.0.29-21, we added one more patch that helps us to build server code on macOS. To be precise here, we still could do this even before this patch but only partially. Now it is possible to build RocksDB Storage Engine as well. A word of disclaimer here, at the moment, by […]… Read more
By Yura Sorokin
2022-08-10
Source: Percona
This blog post will discuss the newest feature available in MySQL 8.0.30: dynamic redo log sizing. After the InnoDB buffer pool size, we can say that having a proper size for the redo logs is crucial for MySQL performance. There are numerous blog posts about how to calculate a good redo log size. One of […]… Read more
By Vinicius Grippa
2022-08-10
Source: Percona
As you may have heard, the core Galera development team used to work for Continuent on our earlier solution, Continuent m/cluster (remarkably similar to Galera) around 2002-2006. Continuent’s CEO and Founder, Eero Teerikorpi, chose to abandon that development path in favor of the Tungsten approach, that focuses on providing MySQL or MariaDB that is more available, scalable and performant, especially for larger deployments or clusters spread over long distances. That decision enabled Tungsten to serve its niche – mission-critical MySQL or MariaDB applications – for a long time with great success. Customers include some of the most well-known and busy… Read more
By sara
2022-08-10
It’s time for the release roundup! Percona is a leading provider of unbiased open source database solutions that allow organizations to easily, securely, and affordably maintain business agility, minimize risks, and stay competitive. Our Release Roundups showcase the latest Percona software updates, tools, and features to help you manage and deploy our software. It offers […]… Read more
By David Quilty
2022-08-08
Source: Percona
Troubleshooting performance degradation caused by pileup of queries stuck in "Waiting for query cache lock" state in MySQL and MariaDB The post MySQL: Waiting for query cache lock appeared first on Shattered Silicon…. Read more
By Gordan Bobic
2022-08-08
Running MongoDB in Kubernetes is becoming the norm. The most common use cases for running databases in Kubernetes are: Create a private Database as a Service (DBaaS). Maintain coherent infrastructure, where databases and applications run on the same platform. Avoid vendor lock-in and be able to run their databases anywhere utilizing the power of Kubernetes […]… Read more
By Sergey Pronin
2022-08-05
Source: Percona
I have been working with Postgres now for many years, most recently as a consultant at Percona for companies with new implementations of Postgres as a result of migrating from Oracle or some other legacy database engine. In some cases, these are Fortune 100 companies with many talented people working for them. However, not all […]… Read more
By Jorge Torralba
2022-08-05
Source: Percona
Percona Monitoring and Management (PMM) is an open source database monitoring, observability, and management tool that can be used for monitoring the health of your database infrastructure, exploring new patterns in database behavior, and managing and improving the performance of your databases no matter where they are located or deployed. PMM is designed to work with MySQL (including Percona Server for MySQL, Percona XtraDB Cluster, Oracle MySQL Community Edition, Oracle MySQL Enterprise Edition, and MariaDB), PostgreSQL (including Percona Distribution for PostgreSQL), MongoDB (including Percona Server for MongoDB), Amazon RDS, Amazon Aurora, Proxy SQL, and Percona XtraDB Cluster…. Read more
2022-08-05
I started at Percona a few weeks ago and was looking for a quick way to learn about PMM (Percona Monitoring and Management), which is one of my favorite technologies within Percona to monitor the health of our database infrastructure, explore new patterns in the database behavior, manage and improve the performance of our databases, all with customizable dashboards and real-time alerts using Grafana and VictoriaMetrics. The best of all is that PMM is Open Source, you can check the PMM repository in case you want to contribute…. Read more
2022-08-05
MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Java 3.0.7 GA release. Download Now Release Notes MariaDB … Continued… Read more
By Daniel Bartholomew
2022-08-04
When working with databases, there are always some projects oriented to performing analytics and reporting tasks over the information stored in the database. Usually, these tasks leverage window functions to do calculations “across a set of table rows that are somehow related to the current row,” as is described in the documentation. There are several […]… Read more
By David Gonzalez
2022-08-04
Source: Percona
After having been in long-term support (LTS) for the past two years, Debian 9 (“Stretch”) has now reached End of Life (EOL) on 2022-06-30. We generally align our OS platform end-of-life dates with the upstream platform vendor. We publish the platform end-of-life dates in advance on our website on the Percona Release Lifecycle Overview page. […]… Read more
By Lenz Grimmer
2022-08-03
Source: Percona