International Journal of Networked and Distributed Computing (IJNDC) (Apr 2015)

Parallel Indexing Scheme for Data Intensive Applications

  • Kenta Funaki,
  • Teruhisa Hochin,
  • Hiroki Nomiya,
  • Hideya Nakanishi

DOI
https://doi.org/10.2991/ijndc.2015.3.2.3
Journal volume & issue
Vol. 3, no. 2

Abstract

Read online

This paper proposes a parallel indexing scheme of a large amount of data in order to resolve the issues about time limitation. Three kinds of computing-nodes are introduced. These are reception-nodes, representative-nodes, and normal-nodes. A reception-node receives data for insertion. A representative-node receives queries. Normal-nodes retrieve data from indexes. Here, three kinds of indexes are introduced. These are a whole-index, a partial-index, and a reception-index. In a partial-index, data are stored. In a whole-index, partial-indexes are stored as its data. In a reception-index, additional data are stored. The reception-index is moved to a normal-node, and becomes a partial-index. The proposed scheme is also a data distribution scheme for shortening the insertion time. A reception-node accepts additional data even if the index is already built.

Keywords