|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 96 - Issue 6 |
| Published: June 2014 |
| Authors: Rashmi Singh, Somesh Sharma, Sourabh Singh, Bhawna Singh |
10.5120/16795-6505
|
Rashmi Singh, Somesh Sharma, Sourabh Singh, Bhawna Singh . Reducing Run-time Execution in Query Optimization. International Journal of Computer Applications. 96, 6 (June 2014), 1-6. DOI=10.5120/16795-6505
@article{ 10.5120/16795-6505,
author = { Rashmi Singh,Somesh Sharma,Sourabh Singh,Bhawna Singh },
title = { Reducing Run-time Execution in Query Optimization },
journal = { International Journal of Computer Applications },
year = { 2014 },
volume = { 96 },
number = { 6 },
pages = { 1-6 },
doi = { 10.5120/16795-6505 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2014
%A Rashmi Singh
%A Somesh Sharma
%A Sourabh Singh
%A Bhawna Singh
%T Reducing Run-time Execution in Query Optimization%T
%J International Journal of Computer Applications
%V 96
%N 6
%P 1-6
%R 10.5120/16795-6505
%I Foundation of Computer Science (FCS), NY, USA
The main objective of query processor is to generate the most efficient query results. Using an apt execution plan, query minimizes cost of execution for results. The order of accessing a source table is very important during query execution. The best execution plan from possible ones is presented by Query optimizer. The paper discusses various stages of query optimization using execution plan. It gives the analysis of indexes, type of expressions & joins used in the execution plan of the query. The approach gets the estimate of the cost of query joins in a query at compile time. These estimates help in the construction of a query plan at compile time and then executed at run-time.