Maxat Akbanovbrain2life.hashnode.dev·Nov 22, 2023Get started with Amazon S3 Cross-Region (CRR) and Same-Region (SRR) replicationAmazon S3 (Simple Storage Service) provides robust options for data replication, including Cross-Region Replication (CRR) and Same-Region Replication (SRR). Both are critical for different use cases in data management, backup, and disaster recovery. ...DiscussawsAWS
Srigovind Nayakblog.srigovindnayak.com·Nov 12, 2023Mastering Disaster Recovery - Part 1 : Seven LevelsWhen discussing business continuity plans, it's important to understand the concepts of high-availability (HA) and disaster recovery. High-availability is a system's ability to remain resilient against single points of failure, ensuring consistent pe...Discuss·94 readsDisaster RecoveryDisaster recovery
Sai SrirampurforPeerDB Blogblog.peerdb.io·Nov 9, 2023Native Replication of Postgres Geospatial DataPostGIS extension enables you to efficiently store and query geospatial data in Postgres. It introduces spatial data types such as GEOMETRY and GEOGRAPHY, which lets you store points, polygons, lines and so on. PostGIS also supports a large set of SQ...Discuss·2 likes·291 readsPostgreSQL
Sai SrirampurforPeerDB Blogblog.peerdb.io·Oct 30, 2023Real-time Change Data Capture for Postgres Partitioned TablesWhy use Partitioned Tables in Postgres? Table partitioning in PostgreSQL is used to improve query performance and manage large datasets efficiently by dividing a table into smaller, more manageable segments, or partitions. It allows for faster data a...Discuss·2.0K readsPostgreSQL
Joyal A JohneyProjoyalajohney.hashnode.dev·Oct 23, 2023PostgreSQL Replication: A Step-by-Step GuideIf you've arrived at this blog, it's likely that you're familiar with the concepts of replication and seeking a reliable resource for setting up replication using Postgres. If not, I've written a comprehensive article on replication that may be of as...Discuss·12 likes·157 readsDatabases
Joyal A JohneyProjoyalajohney.hashnode.dev·Oct 22, 2023Database Replication: A Comprehensive GuideYou're happily using a single database for your application, serving your users without any issues. There's no lag, no complaints, and everything is running smoothly. However, you come across the term "database replication" which involves keeping mul...Discuss·43 readsDatabases
Ian Carsoniancarson.hashnode.dev·Oct 6, 2023Replication lag.Replication lag is a common phenomenon in computing. In a leader-based replication setup, all writes usually go through a single node. On the other hand, all read-only queries can be served by any replica. In the long run, this is good as you can sca...Discussreplication
Aman Srivastavaman09.hashnode.dev·Oct 5, 2023High Availability with Replication Controller and Replicaset.Typically we want to replicate our containers i.e. our application for several reasons which include reliability, load balancing, and scaling. By having multiple versions of the application we prevent problems if one or more pods fail. So, load balan...Discuss·33 readsKubernetes
Ashutosh Kurwadeashutosh25.hashnode.dev·Sep 23, 2023Replication: configure and manage a replica set in a MongoDB environmentMongoDB Replica Set vs. MongoDB Cluster A replica set creates multiple copies of the same data set across the replica set nodes. The basic objective of a replica set is to: Increase data availability Provide a built-in backup solution Clusters wo...DiscussMongoDB
Ashutosh Kurwadeashutosh25.hashnode.dev·Sep 23, 2023Replication: Replica Set Setup on Three Nodes ClusterReplica Set Setup on Three Nodes Cluster Add an Arbiter to the replica set Add members to the replica set Removes members from the replica set Step 1: Launch EC2 instances (my blog for launching EC2 instances - mongodb-introduction-and-installa...Discuss·33 readsec2