0% found this document useful (0 votes)
38 views

Introduction

Uploaded by

api-235227873
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

Introduction

Uploaded by

api-235227873
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

QUERY OPTMIZATION I.

Introduction:

Query optimization is a function of many relational database management systems. The determination of the most capable way to execute a given query by considering the possible query plans is the function of a query optimizer. The query optimizer is not available for all the users to use directly because once queries are submitted to database server, and parsed by the parser, they are then passed to the query optimizer where optimization occurs. Other database engines give hints to use the query optimizer.

a. Rationale of Research
The purpose of this research is to gain knowledge from the existing informations given about Query Optimization, and from there, continue the study through the help of self-exploration. The researcher wants to improve the study made not only for the sake of the readers but also for the enhancement of her knowledge in the topic.

b. Statement of the Problem:


The general problem of this research would be the Cost Estimation. Its hardest problem is to accurately estimate the costs of alternative query plans. Poor cardinality estimates and uncaught correlation are one of the main reasons why query optimizers pick poor query plans. This is one reason why a database administrator should regularly update the database statistics, especially after major data loads/unloads.

c. Objective:
The following are my objectives in doing/conducting my research: To fully understand the informations already present about Query Optimization. To know its advantages and disadvantages.

To learn how it functions in the relational database management system.

These are my following goals to achieve in doing this research. This will benefit not only the Information Technology students, but also the people or the users from all walks of life.

You might also like