Optimize Multidimensional Arrays Queries with Heterogeneous Replica Method

Meiqi Zhu,Xiaomeng Huang,Songbin Liu,Haohuan Fu,Qiming Fang,Guangwen Yang
DOI: https://doi.org/10.1109/nas.2013.43
2013-01-01
Abstract:Multidimensional arrays are commonly used in scientific and engineering applications. The disk layout for the multidimensional arrays will obviously affect the performance of data querying. Homogeneous Replica method are widely used to maintain the data reliability in most of the distributed storage systems and used to improve the data locality in some parallel processing systems. In this paper, we propose a novel method, that is heterogeneous replicas, to makes better use of the replica method to optimize the performance of multidimensional arrays querying. The experimental results shows that heterogeneous replicas method can significantly reduce the overhead of disk I/O for most of the queries. With three heterogeneous replicas, the performance of random generated range queries for multidimensional datasets can be improved for 30% on the average.
What problem does this paper attempt to address?