Tehnički Glasnik (Jan 2021)

An Efficient Query Optimizer with Materialized Intermediate Views in Distributed and Cloud Environment

  • Archana Bachhav,
  • Vilas Kharat,
  • Madhukar Shelar

DOI
https://doi.org/10.31803/tg-20210205094356
Journal volume & issue
Vol. 15, no. 1
pp. 105 – 111

Abstract

Read online

In cloud computing environment hardware resources required for the execution of query using distributed relational database system are scaled up or scaled down according to the query workload performance. Complex queries require large scale of resources in order to complete their execution efficiently. The large scale of resource requirements can be reduced by minimizing query execution time that maximizes resource utilization and decreases payment overhead of customers. Complex queries or batch queries contain some common subexpressions. If these common subexpressions evaluated once and their results are cached, they can be used for execution of further queries. In this research, we have come up with an algorithm for query optimization, which aims at storing intermediate results of the queries and use these by-products for execution of future queries. Extensive experiments have been carried out with the help of simulation model to test the algorithm efficiency.

Keywords