A record slot is an internal record identifier that is used to find records in memory and on disk. It is essentially a pointer to the pages that contain the data for a particular record. A new record slot is created for each record for the duration of that record's existence. The record slot is only relinquished when the record is erased from the database.