System Design (Day 3)
Database Sharding
Database sharding is a horizontal scaling(partitioning) technique that partitions a logical dataset into multiple smaller, independent databases, like customers with ZIP codes less than 50000 are stored in CustomersEast database ins...
systemdesignbymanoj.hashnode.dev2 min read