CNG351 Lecture 11 Part 2
CNG351 Lecture 11 Part 2
Hashing
SELECT *
FROM Staff
WHERE staffNo = ‘SG21’;
Block: 1 2 3 4 5 6
SA1 SG5 SG14 SG21 SL37 SL41
• The main goal of RAID is to even out the widely different rates
of performance improvement of disks against those in memory
and microprocessors. CNG 351 - lecture 11 25/32
RAID Technology
• A natural solution is a large array of small
independent disks acting as a single higher-
performance logical disk.
• A concept called data striping is used, which utilizes
parallelism to improve disk performance.
• Data striping distributes data transparently over
multiple disks to make them appear as a single large,
fast disk.