Three Schema Architecture and DBMS Architecture Final111
Three Schema Architecture and DBMS Architecture Final111
Dr . Venkatesulu Dondeti
Professor
Department of CSE, VFSTR.
ANSI-SPARC Architecture
No Data Independence
Department of Computer Science & Engineering 11
Data Independence
It includes :
Authorization and integrity manager
• It tests for the fulfilment of integrity
constraints and checks the authority of
users to access data.
Transaction manager
File manager:
• It allocates or de-allocates disk-space for
the storage of database files.
Buffer manager
• Fetches data from disk storage into main
memory buffers for processing, and then
writes the updated data back onto the
disk.
Department of Computer Science & Engineering 25
Disk Storage Component
Indices
Index enables to access data items faster
e.g. Index page in a textbook contains keyword
and the page number
Database index provides pointers(addresses) to the
blocks that contains the required data item.
Statistical data:
Stores the statistical information about processing
of previous queries.