A Distributed Learned Hash Table
Shengze Wang, Yi Liu, Xiaoxue Zhang, Liting Hu, and Chen Qian

TL;DR
LEAD introduces a machine learning-based approach to significantly improve range query efficiency in distributed hash tables, reducing latency and message costs while maintaining scalability and robustness.
Contribution
The paper presents LEAD, a novel system that integrates learned models into DHTs to optimize range query performance and resilience.
Findings
Reduces range query latency and message cost by 80-90%.
Demonstrates high scalability and robustness in large-scale systems.
Outperforms existing range query methods in efficiency.
Abstract
Distributed Hash Tables (DHTs) are pivotal in numerous high-impact key-value applications built on distributed networked systems, offering a decentralized architecture that avoids single points of failure and improves data availability. Despite their widespread utility, DHTs face substantial challenges in handling range queries, which are crucial for applications such as LLM serving, distributed storage, databases, content delivery networks, and blockchains. To address this limitation, we present LEAD, a novel system incorporating learned models within DHT structures to significantly optimize range query performance. LEAD utilizes a recursive machine learning model to map and retrieve data across a distributed system while preserving the inherent order of data. LEAD includes the designs to minimize range query latency and message cost while maintaining high scalability and resilience to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Network Security and Intrusion Detection
