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
Gyuhang Shimplto001.hashnode.dev·Oct 28, 2024NewSQL in Data Engineering (Korean)Introduction 전통적인 RDBMS 의 특성을 유지하면서도 NoSQL 시스템이 제공하는 확장성과 성능을 제공하기 위한 새로운 유형의 Database 기술입니다. 전통적인 RDBMS 는 ACID (Atomicity, Consistency, Isolation, Durability) 특성을 잘 지원하고, 데이터 Consistency 와 Transaction 을 보장하지만, Horizontal Scaling (즉, 여러 서버로 쉽게 확장하는...ACID Transaction
Shazia Masseymasseys.hashnode.dev·Oct 25, 2024Kubernetes Pod Autoscaling: Understanding Horizontal and Vertical ScalingHorizontal Pod Autoscaling (HPA) in Kubernetes is a mechanism that automatically adjusts the number of pod replicas in a deployment or replica set based on observed metrics like CPU or memory usage. How HPA Works: HPA constantly monitors the specifie...Kubernetes
Barun Tiwaryblog.baruntiwary.dev·Oct 7, 2024Achieve Scalable Servers through Horizontal Scaling ArchitectureClient-Server Architecture What is client-server architecture? It is the basic way to create a web app where many devices can access the website through their browsers. When the website is opened, a request is sent to the server, and the server resp...horizontal scaling
SHRIRAM SAHUshriram16.hashnode.dev·Sep 3, 2024Kubernetes Scaling Demystified: Horizontal vs. Vertical Scaling and Autoscaler InsightsIntroduction As modern applications grow in complexity, efficiently managing workloads becomes essential for ensuring high availability and performance. Kubernetes, with its advanced orchestration capabilities, offers robust scaling mechanisms that a...10 likesKubernetes
Nikhil Vibhanitechleadnikhil.hashnode.dev·Aug 25, 2024Optimizing Workload Distribution in Microservice Architectures: A Comprehensive Guide to Load BalancersIntroduction In large-scale distributed applications, handling thousands of requests per second is common. Eventually, the need for horizontal scaling becomes clear: relying on a single machine to manage all incoming requests is no longer feasible. H...System Design
Khushal Sharmalogan1x.hashnode.dev·Jul 26, 2024Load balancer but ELI5 versionI believe a lot of tech is unknown to us because we do not know the big tech jargon. I am in the process of simplifying and learning things for myself. In today's article, I'll be handling terms around the almighty Load Balancer. In the world of dist...5 likes·57 readsLoad Balancing
DataWisokadatawisoka.com·Jul 8, 2024Choosing the right database: Large scale data growth in Postgres vs DynamoDBAs applications grow, so does the volume of data they generate and manage. Whether you're building a social media platform, an e-commerce site, or a data-driven analytics tool, handling large-scale data growth is a challenge that can make or break yo...choose the right databse
Mukeshmukeshsblog.hashnode.dev·Jun 23, 2024#1 System Design : Vertical vs Horizontal Scaling.!In system design horizontal and vertical scaling are two fundamental strategies that can be used to enhance the capacity, performance, and reliability of systems, particularly in the context of databases and distributed systems. Both strategies aim t...System Design
Pranav Bawgikarpranavbawg.hashnode.dev·Jun 16, 2024The basics of Distributed Systems[13] Introduction Once upon a time, there was an ice-cream maker named Ben with the most delicious ice cream in town. His truck was always buzzing with happy customers, but lately, things had gotten a little crazy! The line stretched around the block...distributed system