Please enable JavaScript.
Coggle requires JavaScript to display documents.
Physical Databases (DBMS and File System (File System oversees data…
Physical Databases
DBMS and File System
File System oversees data organization and transfer to and from secondary memory, offering the abstraction of folders and files too.
-
DBs are kept in secondary memory - DB consists of a set of files, each being a collection of blocks.
-
Premises
- Data processing in main memory
- Any stored data (size and persistence) is in secondary memory
Secondary memory devices
Basic functioning
The only available i/o operations (typically): moving a block from secondary to main memory and vice-versa
-
Units
For decades
Mechanical disks (Hard Disk Drives, HDD), "Winchester"s
-
Platters, stack of heads, tracks, sectors and blocks (contiguous sequence of sectors on a single track)
-