Categories
Products
Technologies
Top Rated docs

July 16, 2020

Deploying MariaDB Replication for High Availability

MariaDB Server offers asynchronous and synchronous replication. It can be set up to have a multi-source replication or with a multi-master setup.  For a read and write intensive application, a master-slave setup is common, but...

July 14, 2020

Using the MariaDB Audit Plugin for Database Security

There are different ways to keep your data safe. Practices such as controlling database access, securing configuration, upgrading your system, and more are part of database security. It is even possible that you have security...

July 10, 2020

An Overview of Caching for PostgreSQL

Most OLTP workloads involve random disk I/O usage. Knowing that disks (including SSD) are slower in performance than using RAM, database systems use caching to increase performance. Caching is all about storing data in memory...

July 2, 2020

How to Deploy a MariaDB Cluster for High Availability

MariaDB Cluster is a multi-primary replication system built from MariaDB Server, MySQL wsrep patch and Galera wsrep provider. Galera is based on synchronous (or ‘virtually synchronous’) replication method, which ensures the data applied to other...

June 26, 2020

Multi-Cloud Galera Cluster on AWS and Azure via Asynchronous Replication

In this blog post, we are going to set up two Galera-based Clusters running on Percona XtraDB Cluster 5.7, one for the production and one for the disaster recovery (DR). We will use ClusterControl to...

June 22, 2020

Online Migration from MySQL 5.6 Non-GTID to MySQL 5.7 with GTID

In this blog post, we are going to look into how to perform online migration from MySQL 5.6 standalone setup to a new replication set running on MySQL 5.7, deployed and managed by ClusterControl.  The...

June 18, 2020

Multi-Cloud Deployment for MySQL Replication

In recent years, the use of platform infrastructure has shifted from on-premise to cloud computing. This is based on the absence of cost capital costs that must be incurred by the company if used when...

June 17, 2020

Database Backups in the Cloud for Disaster Recovery

Multi-cloud deployments of open source databases require considerations such as high availability, scalability, resiliency, backups, and disaster recovery. In this blog, we will emphasize the importance of database backups in the cloud which provide you...

June 15, 2020

Multi-Cloud Full Database Cluster Failover Options for PostgreSQL

Failover is the ability of a system to continue working even if some failure occurs. It suggests that the functions of the system are assumed by secondary components if the primary components fail or if...

June 11, 2020

How to Reduce Replication Lag in Multi-Cloud Deployments

Replication lag is an inevitable occurrence for multi-cloud database deployments, as it causes delays of transactions to reflect into the target node or cluster. When implementing a multi-cloud database deployment, the most common scenario (and...

June 10, 2020

Eliminating PostgreSQL Split-Brain in Multi-Cloud Databases

Using a multi-cloud or multi-datacenter environment is useful for geo-distributed topologies or even for a disaster recovery plan, and actually, it is becoming more popular nowadays, therefore the concept of split-brain is also becoming more...

June 9, 2020

MariaDB Cluster Offline Installation for CentOS

Most of the installation steps available on the Internet cover the standard online installation, presuming the database hosts are having an active internet connection to the package repositories and satisfy all dependencies. However, installation steps...

Subscribe below to be notified of fresh posts