The document discusses query execution in a database system. It covers various physical query plan operators that can be used to execute relational algebra operations like selection, projection, joins, etc. It describes one-pass algorithms that require reading the relations only once from disk, when at least one relation fits in memory. These include nested loop joins, sorting, grouping and aggregation. The performance of different operators depends on factors like number of disk blocks, number of tuples, and available memory.