The Open Automation and Control Systems Journal

2015, 7 : 1203-1209
Published online 2015 September 14. DOI: 10.2174/1874444301507011203
Publisher ID: TOAUTOCJ-7-1203

Research of Data Storage and Querying Methods Based on Ring Distributed Hash

Ye Chen
Fujian Jiangxia University, Library, Fujian, Fuzhou, 350108, China.

ABSTRACT

In this paper, the main contributions of this work include three aspects. First, the deployment on different datacenters of Impala which is a database based on Ring Distributed Hash. This thesis deploys Impala system on different datacenters across WAN or across regions. Second, the research of data storage and search method based on circular distributed hash. This thesis adopts distributed hash table and Distributed Hash ring to distributed file system. Every data and storage node will be calculated the hash value, by which we map the data to its storage node. According to the saved metadata, we take use of binary search method to find the location of data. Third, the research of data migration based on circular distributed hash. If a new node is added in Ring Distributed Hash, its "neighbor" will transport some data to it. Similarly, when a node breaks down, its data will be made backup to its "neighbor".

Keywords:

Data storage, data querying, distributed, hash, ring.