Categories
Products
Technologies
Top Rated docs

January 30, 2020

Managing Database Backup Retention Schedules

Attention: Skip reading this blog post if you can afford unlimited storage space.  If you could afford unlimited storage space, you wouldn't have to worry about backup retention at all, since you could store your...

January 28, 2020

Understanding the ProxySQL Audit Log

ProxySQL became a very important bit of infrastructure in the database environments. It works as a load balancer, it helps to shape the flow of the traffic and reduce the downtime. With great power comes...

January 22, 2020

Using PostgreSQL Replication Slots

What are replication slots? Back in the days when "Replication Slots" were not yet introduced, managing the WAL segments were a challenge. In standard streaming replication, the primary has no knowledge of the replica status. ...

January 17, 2020

MongoDB 4.2 Management & Monitoring Without Vendor Lockin

With the release of a new version of ClusterControl (1.7.5), we can see several new features, one of the main ones being the support for MongoDB 4.2. MongoDB 4.2 is on the market for a...

January 16, 2020

Why Did My MySQL Database Crash? Get Insights with the New MySQL Freeze Frame

In case you haven't seen it, we just released ClusterControl 1.7.5  with major improvements and new useful features. Some of the features include Cluster Wide Maintenance, support for version CentOS 8 and Debian 10, PostgreSQL...

January 15, 2020

Database Management & Monitoring for PostgreSQL 12

A few months ago we blogged about the release of PostgreSQL 12, with notable improvements to query performance (particularly over larger data sets and overall space utilization) among other important features. Now, with the ClusterControl...

January 14, 2020

Cluster-Wide Database Maintenance and Why You Need It

Undoubtedly, there is a long list of maintenance tasks that have to be performed by system administrators, especially when it comes to critical systems. Some of the tasks have to be performed at regular intervals,...

January 13, 2020

Announcing ClusterControl 1.7.5: Advanced Cluster Maintenance & Support for PostgreSQL 12 and MongoDB 4.2

We’re excited to announce the 1.7.5 release of ClusterControl - the only database management system you’ll ever need to take control of your open source database infrastructure.  This new version features support for the latest...

January 6, 2020

How to Configure ClusterControl to Run on NGINX

ClusterControl uses the Apache HTTP Server to serve its web interface, but it is also possible to use nginx. nginx + PHP fastcgi is well-known for its capabilities to run on a small memory footprint...

January 3, 2020

Tips for Delivering MySQL Database Performance – Part One

The database backend affects the application, which can then impact organizational performance. When this happens, those in charge tend to want a quick fix. There are many different roads to improve performance in MySQL. As...

December 20, 2019

Maximizing Database Query Efficiency for MySQL – Part Two

This is the second part of a two-part series blog for Maximizing Database Query Efficiency In MySQL. You can read part one here. Using Single-Column, Composite, Prefix, and Covering Index Tables that are frequently receiving...

December 19, 2019

Maximizing Database Query Efficiency for MySQL – Part One

Slow queries, inefficient queries, or long running queries are problems that regularly plague DBA's. They are always ubiquitous, yet are an inevitable part of life for anyone responsible for managing a database.  Poor database design...

Subscribe below to be notified of fresh posts