TL;DR
This paper investigates the impact of false negatives in indicator-based distributed caching systems, proposing new policies that reduce access costs by accounting for false-negative indications caused by indicator staleness.
Contribution
It introduces false-negative aware access policies that estimate false-negative ratios and adapt cache access strategies, with optimal solutions for homogeneous cases and approximation guarantees for heterogeneous environments.
Findings
False-negative aware algorithms significantly reduce access costs.
Proposed policies require fewer resources compared to existing approaches.
Simulation results validate the effectiveness of the new policies.
Abstract
Distributed caching systems such as content distribution networks often advertise their content via lightweight approximate indicators (e.g., Bloom filters) to efficiently inform clients where each datum is likely cached. While false-positive indications are necessary and well understood, most existing works assume no false-negative indications. Our work illustrates practical scenarios where false-negatives are unavoidable and ignoring them significantly impacts system performance. Specifically, we focus on false-negatives induced by indicator staleness, which arises whenever the system advertises the indicator only periodically, rather than immediately reporting every change in the cache. Such scenarios naturally occur, e.g., in bandwidth-constraint environments or when latency impedes each client's ability to obtain an updated indicator. Our work introduces novel false-negative aware…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
