TH*:Scalable Distributed Trie Hashing
Aridj Mohamed, Zegour Djamel Eddine

TL;DR
This paper introduces TH*, a scalable distributed Trie Hashing structure designed for multi-server environments, demonstrating improved scalability, storage efficiency, and query performance through simulation results.
Contribution
It presents a novel distributed Trie Hashing variant, TH*, that scales gracefully across many servers and enhances storage and query efficiency.
Findings
TH* scales gracefully with increasing servers
TH* offers high storage space utilization
TH* achieves high query efficiency for ordering operations
Abstract
In today's world of computers, dealing with huge amounts of data is not unusual. The need to distribute this data in order to increase its availability and increase the performance of accessing it is more urgent than ever. For these reasons it is necessary to develop scalable distributed data structures. In this paper we propose a TH* distributed variant of the Trie Hashing data structure. First we propose Thsw new version of TH without node Nil in digital tree (trie), then this version will be adapted to multicomputer environment. The simulation results reveal that TH* is scalable in the sense that it grows gracefully, one bucket at a time, to a large number of servers, also TH* offers a good storage space utilization and high query efficiency special for ordering operations.
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 · Caching and Content Delivery · Advanced Data Storage Technologies
