This document discusses query processing and provides an overview of algorithms for evaluating relational algebra operations. It begins with an overview of the basic steps in query processing - parsing and translation, optimization, and evaluation. It then discusses how to measure query costs by focusing on resource consumption, particularly disk access. The document outlines algorithms for common relational operations like selection, sorting, and join. It provides cost estimates for different algorithms like file scan, index scan, and block nested loops join. The overall summary is that the document describes query processing and evaluation strategies for relational algebra operations like selection and join, providing cost estimates to help optimize queries.