3 links tagged with all of: distributed-systems + scalability
Click any tag below to further narrow down your results
Links
This article outlines how Honeycomb’s observability platform handles massive, distributed systems by shortening time-to-understanding, reducing alert fatigue with SLOs, and consolidating legacy tools. A Forrester TEI study reports a 296% ROI over three years, $2.68 M in incident-related savings, and a break-even point under six months.
- Forrester TEI study found 296% ROI over three years with break-even in under six months, driven by ~$2.68M in incident-related savings and $4.43M NPV.
- A travel-booking company cut observability costs 16% by replacing legacy tools with Honeycomb and using BubbleUp anomaly detection to monitor multi-leg reservations.
- Another customer caught a search-cluster slowdown in seconds and scaled capacity before customers noticed, calling it "night-and-day" versus their old tooling.
- Honeycomb offers a no-signup public sandbox for hands-on testing before engaging sales for a custom demo.
Martin Kleppmann discusses his journey from startups to academia, and the new edition of his book Designing Data-Intensive Applications. They cover trade-offs in modern infrastructure, cloud scalability, distributed system challenges, and emerging topics like formal verification and local-first software.
- Kleppmann rewrote and reorganized Designing Data-Intensive Applications' second edition to add consensus algorithm case studies and deeper cloud failure-handling coverage
- Cloud infrastructure has shifted the core scaling trade-offs from raw hardware capacity to network behavior and API guarantees
- Kleppmann is now researching local-first software algorithms for offline-first collaboration and cryptographic methods for supply-chain transparency that preserve pricing/manufacturing secrecy
- He predicts formal verification will become more important as AI-assisted coding introduces subtle bugs that are hard to catch otherwise
In this Pragmatic Engineer episode, Martin Kleppmann walks through updates in the second edition of Designing Data-Intensive Applications and shares how his LinkedIn experience shaped the book’s core concepts. He breaks down trade-offs in multi-region and cloud architectures, explains why replication still matters more than sharding, and predicts a rise in formal verification and local-first software.
- Second edition of DDIA cuts MapReduce coverage in favor of Spark and Flink, reflecting how the field has moved on
- Manual sharding has become rare thanks to bigger hardware and managed services, making replication the fault-tolerance skill every team now needs
- Kleppmann predicts LLMs will make formal verification mainstream by automating proof generation, shifting the bottleneck to human review
- Architecture decisions like multi-region or multi-cloud are business trade-offs between risk and cost, not universal best practices