Cost of Relational Operations

Selection: cost(σφ(E)) = (1 + ϵφ)cost(E)
Nested loop join: cost(R×S) = cost(R) + (|R|/b)cost(S)
Nested index join: cost(R×σφ(S)) = cost(R) + ds+|R|