what’s a heap file in dbms

tags: learning database

content

  • a heap file is just an unordered collection of pages
    • when a new record is added to a heap file, it’s placed wherever there’s free space
    • fast insertion
  • each page stores different tuples (records)
  • each page also has a slot directory

up

down

reference