Describe two possible record formats. What are the trade-offs between them?
The consecutive slots organization is mostly used for fixed length record formats. It handles the deletion by using bitmaps or linked lists.
The slot directory organization maintains a directory of slots for each page, with a record offset, record length pair per slot.
The slot directory is an indirect way to get the offset