2021
DOI: 10.1109/tnet.2020.3039547
|View full text |Cite
|
Sign up to set email alerts
|

AnchorHash: A Scalable Consistent Hash

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
17
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 18 publications
(17 citation statements)
references
References 10 publications
0
17
0
Order By: Relevance
“…Jump hashing [15] and AnchorHash [16] are algorithms that combine hash functions in multiple layers and reduce the number of hash calculations compared to HRW. Jump hashing [15] utilizes per-backend hash functions as well as HRW but reduces the number of per-lookup hash calculations to O(log(n)) on average by arranging the order of hash value evaluation.…”
Section: Related Workmentioning
confidence: 99%
See 2 more Smart Citations
“…Jump hashing [15] and AnchorHash [16] are algorithms that combine hash functions in multiple layers and reduce the number of hash calculations compared to HRW. Jump hashing [15] utilizes per-backend hash functions as well as HRW but reduces the number of per-lookup hash calculations to O(log(n)) on average by arranging the order of hash value evaluation.…”
Section: Related Workmentioning
confidence: 99%
“…However, the arrangement restricts the order of backend removals, so Jump hashing is not appropriate in environments like cloud infrastructure where the backend removal order is not controllable because of backend failures. With AnchorHash [16], the number of hash calculations can be reduced to 1 + ln(n max /n) on average and n max − n at the maximum. Here, n is the number of active backends, and n max is set to exceed the maximum number of backends, considering future needs.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Although SACH makes a serious of optimizations, the memory footprint and the update performance is still not ideal. The Jump consistent hash [6] and AnchorHash [8] have a relatively ideal performance of the five properties. But the scalibility of these two CHes have limitations repectively.…”
Section: Introductionmentioning
confidence: 99%
“…With help of limit and offset our technique seeks the index file and loads the required meta-data to the memory. To access index file randomly may be an expensive operation in case of the large index files therefore to limit the size of index files another special hash function: Scalable-Spittable Hash Function (SSHF) [3] [4] [5] is used that will dynamically distribute the meta-data of the massive number of small files to the various index file in place of the single index file. The remaining section of the paper is as follows; Section 2 presents the literature review on the existing techniques to deal with small file problem.…”
Section: Introductionmentioning
confidence: 99%