-- Feb 5 In-Class Exercise
Block 1 contains two records of key 22 and 10.
Block 2 contains two records of key 55 and 35.
Block 3 contains two records of key 70 and 5.
First read block 1 into memory, reference to record of 10 will be swizzled.
Then read block 3 into memory, reference to record of 5 from record of 10 will be swizzled.
Notice that block 2 is not read into memory.
If we do a lookup of the table record corresponding to the key 5, block 1 and 3 would be read in and swizzling.
Block 1 contains two records of key 22 and 10.
Block 2 contains two records of key 55 and 35.
Block 3 contains two records of key 70 and 5.
First read block 1 into memory, reference to record of 10 will be swizzled.
Then read block 3 into memory, reference to record of 5 from record of 10 will be swizzled.
Notice that block 2 is not read into memory.
If we do a lookup of the table record corresponding to the key 5, block 1 and 3 would be read in and swizzling.
((resource:63D70131-56F4-4CA8-88DD-E14903FED415_1_105_c.jpeg|Resource Description for 63D70131-56F4-4CA8-88DD-E14903FED415_1_105_c.jpeg))