How the DBMS represents the database in files on disk.

**conclusion:

  • Database(collection of files) is organized in pages
  • different ways to organize pages in file (different ways to track pages)
  • different ways to store pages
  • different ways to store tuples**

Database storage(1)


https://15445.courses.cs.cmu.edu/fall2018/slides/03-storage1.pdf

相关文章: