Query evaluation
After finishing the optimized query plan, we have to choose methods to compute the final result table. In most cases, these choices are based on estimations of the size of intermediary results. We will deal with some of the most general techniques and algorithms.
We offer the following material: