By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Uber Achieves 150M Reads per Second with CacheFront Improvements
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Uber Achieves 150M Reads per Second with CacheFront Improvements
News

Uber Achieves 150M Reads per Second with CacheFront Improvements

News Room
Last updated: 2025/10/06 at 11:57 AM
News Room Published 6 October 2025
Share
SHARE

Uber engineers have updated the CacheFront architecture to serve over 150 million reads per second while ensuring stronger consistency. The update addresses stale reads in latency-sensitive services and supports growing demand by introducing a new write-through consistency protocol, closer coordination with Docstore, and improvements to Uber’s Flux streaming system.

In the earlier CacheFront design, a high throughput of 40 million reads per second was achieved by deduplicating requests and caching frequently accessed keys close to application services. While effective for scalability, this model lacked robust end-to-end consistency, making it insufficient for workloads requiring the latest data. Cache invalidations relied on time-to-live (TTL) and change data capture (CDC), which introduced eventual consistency and delayed visibility of updates. This also created specific issues: in read-own-writes inconsistency, a row that is read, cached, and then updated might continue serving stale values until invalidated or expired. Negative caching (storing a “not-found” result) could return incorrect misses even after a row was inserted, potentially breaking service logic in read-own-inserts inconsistency.

Previous CacheFront read and write paths for invalidation (Source: Uber Engineering Blog Post)

The new implementation introduces a write-through consistency protocol along with a deduplication layer positioned between the query engine and Flux, Uber’s streaming update system. Each CacheFront node now validates data freshness with Docstore before serving responses. The storage engine layer includes tombstone markers for deleted rows and strictly monotonic timestamps for MySQL session allocation. These mechanisms allow the system to efficiently identify and read back all modified keys, including deletes, just before commit, ensuring that no stale data is served even under high load.

Improved CacheFront write paths & invalidation (Source: Uber Engineering Blog Post)

When a transaction completes, the storage engine returns both the commit timestamp and the set of affected row keys. A callback registered on these responses immediately invalidates any previously cached entries in Redis by writing invalidation markers. Flux continues tailing MySQL binlogs and performing asynchronous cache fills. Together, these three cache population mechanisms: direct query engine updates, invalidation markers, and TTL expirations, combined with Flux tailing, work in concert to maintain strong consistency while supporting extremely high read throughput.

Uber’s engineers, Preetham Narayanareddy & Eli Pozniansky, explained the motivation behind the improvement:

There was increasing demand for higher cache hit rates and stronger consistency guarantees. The eventual consistency of using TTL and CDC for cache invalidations became a limiting factor in some use cases.

 

Uber engineers, through this integration, were also able to deprecate and remove the dedicated API introduced earlier, reducing operational complexity and streamlining the system.

Uber engineers enhanced telemetry and observability dashboards to monitor cache health and real-time binlog tailing. Cache shards were reorganized to distribute load evenly. The Cache Inspector tool, built on the same CDC pipeline as Flux, compares binlog events to entries stored in the cache. These updates allowed TTLs for tables to be extended up to 24 hours, increasing the cache hit rate above 99.9 percent while maintaining low latency.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article As the Right Leans Into ‘Warrior’ Culture, Some Leftist Gym Bros Are Pushing Back
Next Article 9 Google Messages Features Everyone Should Know
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

11 Alibaba apps begin development for Huawei HarmonyOS · TechNode
Computing
OpenAI: You can use third-party apps like Spotify and Canva in ChatGPT
News
There’s a whole suite of free open-source Android apps you probably didn’t know about
Computing
OpenAI’s Blockbuster AMD Deal Is a Bet on Near-Limitless Demand for AI
Gadget

You Might also Like

News

OpenAI: You can use third-party apps like Spotify and Canva in ChatGPT

3 Min Read
News

Gmail Isn’t Working On Your Android Phone? Here’s Why (And How To Fix It) – BGR

8 Min Read
News

All of the updates from OpenAI DevDay 2025

1 Min Read
News

Apple Fixes Alarms in iOS 26.1

6 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?