Please enable JavaScript.
Coggle requires JavaScript to display documents.
DBMS File Organisation (Types (Hash (Hash function is used to calculate…
DBMS File Organisation
Types
Ordered
-
Insertion/Deletion
-
-
Overflow or transaction file can be used, periodically merged with the main file. Efficient for insertions, inefficient for retrievals
Hash
Hash function is used to calculate the address of a page where the file is to be stored - records are evenly distributed
-
Division-Remainder - uses the modulo function, takes the remainder as the disk address
-
-