Distributed Processes on Tree Hash
Kyosuke Yasuda, Takao Miura, Isamu Shioya
Abstract
Kyosuke Yasuda, Takao Miura, Isamu Shioya
Abstract
Dynamic hash allows us to adjust the size of hash space dynamically according to the amount of data so that we obtain the nice time/space efficiency of the hash space. One of the proposed techniques is linear hash (LH). However, practically the technique doesn't always provide us with suitable results, especially in the case of collective (consecutive) inserts. In this investigation, we propose a new novel approach, called tree hash (TH), for the purpose of sophisticated dynamic hash processing. Here we assume distributed environment, i.e., many CPUs and huge amount of data storage connected through high speed network with each other. We show empirically the several excellent properties compared to LH*, a distributed LH
OpenAlex reports 2 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Dynamic hash allows us to adjust the size of hash space dynamically according to the amount of data so that we obtain the nice time/space efficiency of the hash space. One of the proposed techniques is linear hash (LH). However, practically the technique doesn't always provide us with suitable results, especially in the case of collective (consecutive) inserts. In this investigation, we propose a new novel approach, called tree hash (TH), for the purpose of sophisticated dynamic hash processing. Here we assume distributed environment, i.e., many CPUs and huge amount of data storage connected through high speed network with each other. We show empirically the several excellent properties compared to LH*, a distributed LH
Key concepts: Hash function, Hash tree, Merkle tree, Computer science, Hash chain, Double hashing, SHA-2, Hash table