Table 3.
Procedure load(b) | |
b:An index of the array of disk blocks, B | |
1 | D ← read(b) |
2 | for i ← 1 to R |
3 | for j ← 1 to m |
4 | Disti,j ← dist(Drefi,Dj) |
5 | return D,Dist |
Procedure load(b) | |
b:An index of the array of disk blocks, B | |
1 | D ← read(b) |
2 | for i ← 1 to R |
3 | for j ← 1 to m |
4 | Disti,j ← dist(Drefi,Dj) |
5 | return D,Dist |