Query processing Flashcards
1
Q
M. S(R). B(R). T(R). C
A
M = Buffer memory. S(R) = Size of Tuple of R. B(R) Blocks used to store R. T(R) = Number of tuples in R. X
2
Q
Tuple based nested join
A
Cost = T(R1) * (1 + T(R2))
3
Q
Contiguous Relation
A
B(R2)/M * (M + B(R1))