File formats - Database internals 02

Written on : 2023-11-12

File formats

Memory (main memory) accesses are transparent to application developers. This has to do with virtual memory. Disk access on the other hand needs manual interpretation. Disk accesses from pages have to specify offset in a given file, this later has to be converted to main memory structures. In this chapter the book discusses usefull techniques and methods of file formats used to represent data in disk in a general context (not wrt btrees).