[prev] 27 [next]

File Management

Aims of file management subsystem:
  • organise layout of data within the filesystem
  • handles mapping from database ID to file address
  • transfer blocks of data between buffer pool and filesystem
  • also attempts to handle file access error problems (retry)
Essentially the same as those for disk management.

Build higher-level operations on top of OS file operations.