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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Tuple based nested join

A

Cost = T(R1) * (1 + T(R2))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Contiguous Relation

A

B(R2)/M * (M + B(R1))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly