DBMS Architechture
DBMS Architechture
Overall Structure of
DBMS.
Components And Overall Structure of
DBMS.
Components of DBMS are broadly classified as follows :
1. Query Processor :
(a) DML Compiler
(b) Embedded DML pre-compiler
(c) DDL Interpreter
(d) Query Evaluation Engine
2. Storage Manager :
(a) Authorization and Integrity Manager
(b) Transaction Manager
(c) File Manager
(d) Buffer Manager
3. Disk storage:
(a) Data Files
(b) Data Dictionary
(c) Indices
(d) Statistical Data
1. Query Processor Components :
• DML Pre-compiler : It translates DML statements in a query
language into low level instructions that query evaluation
engine understands. It also attempts to transform user's request
into an equivalent but more efficient form.