Storage of database on hard disks, Database Management System

Assignment Help:

Storage Of Database On Hard Disks

At this point, it is worthwhile to note the difference among the terms file Organisation and the access method. A file organisation shows to the organisation of the data of a file into blocks, records and access structures; this contains the way records and blocks are placed on the storage medium and interconnected. An access method, on the other hand, is the mode how the data can be retrieved based on the file Organisation.

Mainly the databases are stored persistently on magnetic disks for the reasons given below:

  • The databases being very big may not set completely in the main memory.
  • Storing the data permanently using the non-volatile storage and give access to the users with the help of front end applications.
  • Primary storage is considered to be very costly and in order to cut short the cost of the storage per unit of data to substantially less.

Every hard drive is usually composed of a set of disk platters. Every disk platter has a layer of magnetic material deposited on its surface. The whole disk can have a large amount of data, which is organised into minor packages known as BLOCKS (or pages). On most computers, one block is equal to 1 KB of data (= 1024 Bytes).

A block is the least unit of data transfer among the processor and the hard disk of the computer. Every block thus has a fixed, address, assigned. Typically, the computer processor will give in a read/write request, which contains the address of the block, and the address of RAM in the computer memory area known as a buffer (or cache) where the data must be stored / taken from. The processor then reads and changes the buffer data as needed, and, if needs, writes the block back to the disk. Let us observe how the tables of the database are stored on the hard disk.


Related Discussions:- Storage of database on hard disks

Alter table command, ALTER TABLE Command : This command is used for variati...

ALTER TABLE Command : This command is used for variation of existing structure of the table in the given situation: When a new column is to be added to the table structure.

Determine the object-oriented design process, An object-oriented design pro...

An object-oriented design process  1. Define the context and modes 2. Designs the system architecture 3. Identifies the principal system objects 4. Identifies concurrency in

Drop table command, DROP TABLE Command: When an existing object is not ...

DROP TABLE Command: When an existing object is not needed for further use, it is always better to eliminate it from the database. To remove the existing object from the databas

Write short note on data models, Write short note on Data models? Data...

Write short note on Data models? Data models: A data model is an abstract model which elaborates how data is represented and accessed. The term data model has two commonly ac

Define the one-way associations, One-way Associations When an associat...

One-way Associations When an association is traversed only in the one direction, then it is implemented as a pointer i.e.an attribute which contains an object reference. If mu

Define shadow paging, Define shadow paging. An alternative to log-based...

Define shadow paging. An alternative to log-based crash recovery method is shadow paging. This technique requires fewer disk accesses than do the log-based methods.

Data flow diagram of structured analysis and design, From SAD to OOAD (Stru...

From SAD to OOAD (Structured Analysis and Design (SAD) to Object Oriented Analysis and Design (OOAD). We will find here how we can map various models in SAD to different model

What is recovery?, What Is Recovery?  During the life of a transaction, ...

What Is Recovery?  During the life of a transaction, i.e., a after the start of a transaction but before the transaction commits, various changes may be made in a database state

What is the meaning of recovery, What is the meaning of Recovery? In d...

What is the meaning of Recovery? In deferred update methods, if a transaction fails before arriving its commit point, it will not have altered the database in any way, so UNDO

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd