Optimization for Iterative Queries on MapReduce

Makoto Onizuka,Hiroyuki Kato,Soichiro Hidaka,Keisuke Nakano,Zhenjiang Hu
DOI: https://doi.org/10.14778/2732240.2732243
IF: 2.5
2013-01-01
Proceedings of the VLDB Endowment
Abstract:We propose OptIQ, a query optimization approach for iterative queries in distributed environment. OptIQ removes redundant computations among different iterations by extending the traditional techniques of view materialization and incremental view evaluation. First, OptIQ decomposes iterative queries into invariant and variant views, and materializes the former view. Redundant computations are removed by reusing the materialized view among iterations. Second, OptIQ incrementally evaluates the variant view, so that redundant computations are removed by skipping the evaluation on converged tuples in the variant view. We verify the effectiveness of OptIQ through the queries of PageRank and k-means clustering on real datasets. The results show that OptIQ achieves high efficiency, up to five times faster than is possible without removing the redundant computations among iterations.
What problem does this paper attempt to address?