Skip to content
Tag6 articles

Scalability

Everything on CoreConcept tagged with Scalability. Explore related tags below.

Related tags

Articles

A product manager says PAY-204: next Friday's campaign may double checkout traffic for three hours. The beginner mistake is asking, "How many servers do we need

Jul 22, 202612 min read
Read

A multi-tenant analytics platform partitions incoming events by tenant_id, hashed onto 16 shards — a design that looked perfectly balanced in every load test. T

Jul 18, 20267 min read
Read

A URL shortener's redirect endpoint, GET /r/{code}, looks purely read-heavy — billions of redirects against a handful of short codes created per second. But eve

Jul 17, 20267 min read
Read

A 4-node session cache scales to 5 nodes to handle more traffic. With hash(key) % N, that single node addition changes almost every key's target node, and the c

Jul 17, 20267 min read
Read

A shopping cart must remember items, so the product cannot be literally stateless. The useful design question is where that state lives. Keep the cart inside on

Jul 17, 20268 min read
Read

A load balancer spreads connections so one machine does not take all the pain. Layer 4 routes on IP and port — fast and protocol-agnostic. Layer 7 reads HTTP ho

Jul 4, 20264 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics