OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 30, 2024Scaling & Data ReplicationFault (Vs) Failure : Fault is the CAUSE , Failure is the EFFECT Fault Tolerance – It will replicates the server , if any one of the server fails also the other replicated server will give the Response to the Customer . it will applicable for DB as we...Fault Vs Failure
Amitesh Vermaamiteshverma.hashnode.dev·Aug 26, 2024Understanding Data Replication in Databases: What It Is and How It WorksData is a crucial part of any organization because it drives the entire business. Therefore, it's essential for any organization to securely store and serve data to clients.The following properties are important for any database: Scalability (abilit...1 like·28 readsDatabases
Aditya Ladadityaladblog.hashnode.dev·Mar 16, 2024Database ShardingWhat is Database Sharding? It is the process of storing a large database across multiple machines by splitting data into smaller chunks called shards. Importance of Sharding As an application grows, too many attempts of users to access the applica...#DatabaseInfrastructure
ReadySetreadyset.hashnode.dev·Jan 22, 2024How Database Replication Works Under the HoodReplicating data is a process you will encounter if you build a product. At the very least, you’ll want some kind of backup for your primary database, either through taking a snapshot or having a secondary “follower” database mirroring your primary d...Databases
Biohacker0corvus-ikshana.hashnode.dev·Oct 24, 2023crowRedis Data Replication , delving into distributed systems.How I implemented the data replication concept of master and worker previously known as master/slave architecture for distributed databases on my project crowRedis. If you want to know what have I done till now : Read the previous blog GitHub Link -...1 like·128 readsBioHacker0
satish Mishratechtonics.hashnode.dev·Apr 10, 2023A Simple Explanation of Consistent Hashing: From background to how it is an efficient tool for Data DistributionIn a distributed system, data is often partitioned across multiple nodes to achieve horizontal scalability and fault tolerance. Each node is responsible for storing and managing only a subset of the data. To distribute data across an N-server cluster...53 readsconsistent hashing