English

Performance Evaluation of Query Plan Recommendation with Apache Hadoop and Apache Spark

Databases 2022-10-14 v1 Machine Learning

Abstract

Access plan recommendation is a query optimization approach that executes new queries using prior created query execution plans (QEPs). The query optimizer divides the query space into clusters in the mentioned method. However, traditional clustering algorithms take a significant amount of execution time for clustering such large datasets. The MapReduce distributed computing model provides efficient solutions for storing and processing vast quantities of data. Apache Spark and Apache Hadoop frameworks are used in the present investigation to cluster different sizes of query datasets in the MapReduce-based access plan recommendation method. The performance evaluation is performed based on execution time. The results of the experiments demonstrated the effectiveness of parallel query clustering in achieving high scalability. Furthermore, Apache Spark achieved better performance than Apache Hadoop, reaching an average speedup of 2x.

Keywords

Cite

@article{arxiv.2210.07143,
  title  = {Performance Evaluation of Query Plan Recommendation with Apache Hadoop and Apache Spark},
  author = {Elham Azhir and Mehdi Hosseinzadeh and Faheem Khan and Amir Mosavi},
  journal= {arXiv preprint arXiv:2210.07143},
  year   = {2022}
}

Comments

11pages, 4 figures

R2 v1 2026-06-28T03:34:13.251Z