Endigest logo
Endigest
All Tech BlogsExplore TagsSend Feedback
Newsletter
Endigest logo
Endigest

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

scalability Articles

2 articles

Related Tags

stateful-systems(1)
distributed-systems(1)
caching(1)
graph-database(1)
app disk(1)
disk size(1)
optimization(1)
Engineering
(1)
Netflix logoNetflix
01 min read
Architecture•2026-05-29

High-Throughput Graph Abstraction at Netflix: Part I

Netflix developed a high-throughput graph abstraction designed to handle OLTP use cases requiring millions of operations per second on large graph datasets.

stateful-systems
distributed-systems
caching
scalability
graph-database
Grab logoGrab
1615 min read
Mobile•2026-03-06

Reclaiming Terabytes: Optimizing Android image caching with TLRU

This post details how Grab evolved their Android image caching from LRU to TLRU (Time-Aware Least Recently Used) to reclaim storage without degrading user experience.

app disk
disk size
optimization
scalability
Engineering