MongoDB is a free, open-source and document-oriented NoSQL database system developed by MongoDB Inc. It uses JSON-like documents with optional schemas instead of using tables…
View More How to Setup MongoDB Replication On Ubuntu 20.04Tag: replication
MySQL InnoDB Cluster 8.0 setup
MySQL InnoDB Cluster has proven with the first GA release its potential as the native out-of-the-box HA solution for MySQL. With the second GA release,…
View More MySQL InnoDB Cluster 8.0 setupMySQL Master/Slave Replication in Windows
This guide will walk you through creating MySQL replication on existing live MySQL servers on Windows. While some downtime is required, we try to keep…
View More MySQL Master/Slave Replication in WindowsPostgreSQL 14 Streaming Replication (Sync / Async) on CentOS 7
Using High Availability is a requirement for companies all over the world. Streaming replication allows a standby server to stay more up-to-date than is possible…
View More PostgreSQL 14 Streaming Replication (Sync / Async) on CentOS 7Replication Slots in PostgreSQL ?
What are WAL Files? Write-Ahead Log (WAL) is a record of the changes made to the data. It ensures that when there is a crash…
View More Replication Slots in PostgreSQL ?