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...Discuss·1 like·26 readsDatabases
SOURAV BERAsouravtechzone.hashnode.dev·Feb 29, 2024Mastering Database Design: Navigating Anomalies and NormalizationSituation: Imagine you're tasked with developing a database system for a new e-commerce platform. Your goal is to create a robust and organized database structure that can efficiently handle large volumes of transactional data while ensuring data int...Discuss·1 likeAnomalies
Aditya Ladadityaladblog.hashnode.dev·Feb 19, 2024CAP TheoremImagine you have a bunch of computers connected together, sharing data, like in a big online store or a social media platform. Now, when you're designing how these computers work together, you want three important things: Consistency: Every read rec...Discuss·17 likes·63 readsConsistency vs. Availability
Firas SAADAOUIfrsit.hashnode.dev·Dec 21, 2023Data: The Ultimate Hurdle in the Migration Journey to Microservices ArchitectureDevelopers frequently face major obstacles after deciding to split a monolithic system into several separate microservices, particularly when it comes to the data layer . The need for microservices to become independent poses important queries and un...Discuss·33 readsMicroservices
Abhirup Acharyaabhirupacharya.hashnode.dev·Jul 20, 2023Strong Consistency vs Eventual ConsistencyWhat is Consistency? Consistency, in the context of distributed systems and databases, refers to the property that ensures all replicas or nodes in the system maintain the same view of the data, adhering to a specified set of rules or constraints. It...DiscussSystem Design