Inicio  /  Algorithms  /  Vol: 12 Par: 8 (2019)  /  Artículo
ARTÍCULO
TITULO

MapReduce Algorithm for Variants of Skyline Queries: Skyband and Dominating Queries

Md. Anisuzzaman Siddique    
Hao Tian    
Mahboob Qaosar and Yasuhiko Morimoto    

Resumen

The skyline query and its variant queries are useful functions in the early stages of a knowledge-discovery processes. The skyline query and its variant queries select a set of important objects, which are better than other common objects in the dataset. In order to handle big data, such knowledge-discovery queries must be computed in parallel distributed environments. In this paper, we consider an efficient parallel algorithm for the ?K-skyband query? and the ?top-k dominating query?, which are popular variants of skyline query. We propose a method for computing both queries simultaneously in a parallel distributed framework called MapReduce, which is a popular framework for processing ?big data? problems. Our extensive evaluation results validate the effectiveness and efficiency of the proposed algorithm on both real and synthetic datasets.

 Artículos similares

       
 
Kevin Aydin, MohammadHossein Bateni and Vahab Mirrokni    
Balanced partitioning is often a crucial first step in solving large-scale graph optimization problems, for example, in some cases, a big graph can be chopped into pieces that fit on one machine to be processed independently before stitching the results ... ver más
Revista: Algorithms

 
Matheus H. M. Pericini, Lucas G. M. Leite, Francisco H. De Carvalho-Junior, Javam C. Machado and Cenez A. Rezende    
MapReduce is a parallel computing model in which a large dataset is split into smaller parts and executed on multiple machines. Due to its simplicity, MapReduce has been widely used in various applications domains. MapReduce can significantly reduce the ... ver más
Revista: Algorithms