Project By:: Nikhilesh Walde
Project By:: Nikhilesh Walde
NIKHILESH WALDE
INDEX
INTRODUCTION
CHARACTERISTICS .
SCOPE AND OBJECTIVE
DATA FLOW DIAGRAM
FEATURES
CONCLUSION
INTRODUCTION
The query optimizer is the component of a
database management system that attempts
to determine the most efficient way to execute
a query. The optimizer considers the possible
query plans for a given input query, and
attempts to determine which of those plans
will be the most efficient.
The query optimizer cannot be accessed
directly by users. Instead, once queries are
submitted to database server, and parsed by
the parser, they are then passed to the query
optimizer where optimization occurs.
THIS IS THE TYPE OF PROBLEM
QUERY OPTIMIZERS ARE CALLED TO
SOLVE
PLAN - G PLAN - A
PLAN - F PLAN - B
PLAN - C
PLAN - E
PLAN - D
Query Optimizer
Runtime Database
Processor
Purpose of the
Project work