Set Up a MariaDB Cluster using Galera on Ubuntu 18.04 Muhammad Anwar June 25, 2019 This tutorial will take you through the steps to set up an active-active MariaDB highly available cluster on Ubuntu 18.04.
How to Set Up a Multi-Node MySQL High Availability Cluster on Ubuntu 18.04 Muhammad Anwar August 27, 2018 The MySQL Cluster distributed database provides high availability and throughput for your MySQL database management system. A MySQL Cluster...
How To Set Up Hadoop in Stand-Alone Mode on Ubuntu 16.04 Muhammad Anwar October 25, 2016 Hadoop is a Java-based programming framework that supports the processing and storage of extremely large datasets on a cluster of in...
How To Configure a Galera Cluster with MariaDB 10.1 on Ubuntu 16.04 Servers Muhammad Anwar August 22, 2016 Clustering adds high availability to your database by distributing changes to different servers, potentially in different data centers. In ...
How To Create a Multi-Node MySQL Cluster on Ubuntu 16.04 Muhammad Anwar July 20, 2016 MySQL cluster is a software technology which provides high availability and throughput. If you are already familiar with other cluster tech...
Set Up Multi-Node MySQL Cluster on Ubuntu 16.04 Muhammad Anwar June 29, 2016 MySQL cluster works best in a shared-nothing environment. Ideally, no two components should share the same hardware. For simplicity, and...
How To Set Up an Apache Active-Passive Cluster Using Pacemaker on CentOS 7 Muhammad Anwar September 21, 2015 High availability is an important topic nowadays because service outages can be very costly. It's prudent to take measures which w...