TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A CAP tradeoff in the wild

35 pointsby r4umover 1 year ago

3 comments

lokarover 1 year ago
This is not all that novel. Lots of consistent systems have caches. The standard approach is to let the client decide: do you need a 100% consistent value (very rare) or would you rather set a staleness threshold. If the cache is not sure it is within that threshold (via some feed of invalidations) the read fails and you try another cache server.
评论 #38880828 未加载
评论 #38878944 未加载
koliberover 1 year ago
There are only two hard things in Computer Science: cache invalidation and naming things.<p>-- Phil Karlton<p>I wonder if naming things is also tied in some way to the CAP theorem, or some other &quot;difficult&quot; tradeoff or mathemtically-hard thing.
评论 #38878718 未加载
评论 #38880630 未加载
macintuxover 1 year ago
I’m curious whether “CAP” was normalized by the submitter or HN. Should be more easily recognizable in its original form.
评论 #38876035 未加载