Advertisements
Advertisements
प्रश्न
List the components of storage manager.
थोडक्यात उत्तर
उत्तर
A storage manager is a program module that is responsible for storing, retrieving and updating data in the database.
Following are the components of the storage manager;
- Authorization and Integrity Manager: It tests the integrity constraints and checks the authorization of users to access data.
- Transaction Manager: It ensures that no kind of change will be brought to the database until a transaction has been completed totally.
- File Manager: It manages the allocation of space on disk storage and the data structures used to represent information stored on disk.
- Buffer Manager: It decides which data is in need to be cached in the main memory and then fetch it up in main memory. This is very important as it defines the speed at which the database can be used.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
What is meant by cell address?
State the significance of the following in DBMS :
(i) Forms
(ii) Reports
Write the steps to filter a table.
What is meant by freezing panes?
What are the ACID properties?
What is meant by Database Partitioning?
The design of the database is known as what?
The underlying component or set of programs used by DBMS to create the database and handle various queries for data retrieval and manipulation is known as ______.
Differentiate between Database state and database schema.
What is meant by date-transfer rate?