Please enable JavaScript.
Coggle requires JavaScript to display documents.
File management (Architecture (Physical I/O (Deals w/ blocks of data),…
File management
-
-
B-trees
Characteristics
Node
-
Keys
-
-
Left child, subtree of all smaller keys
-
Right child, subtree of greater keys
-
-
-
-
-
-
File organization
-
Types
-
Sequential file
-
-
-
-
Organization
-
Additions in a pile, merge w/ master in batches
-
-
-
-
-