The document discusses how databases are stored on disks and managed in files. It describes how disks provide secondary storage that is cheaper than RAM but slower to access. The buffer manager brings frequently used disk pages into memory to allow for faster data access. Files are used to organize records on disks and different file structures like heap files and indexes are used to support data insertion, deletion, and retrieval.