Consider an employee table with columns age and sal. We are interested in analyzing the performance of the following five types of queries.
For each of the storage and indexing strategy below, sketch the most efficient algorithm to process each of the five queries, and count the worst case number of IOs (big-O notation) in each case.
Let B be the number of data pages, R be the number of records per page, S be the number of records returned by a range query, and F be the fanout of the tree index.