Skip to content

Commit 603ff6c

Browse files
authored
Fix minor typo
1 parent 1cde86d commit 603ff6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/system-architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- *Performance* increase is a function of *striping*: data is spread across multiple disks to allow reads and writes to use all the disks' IO queues simultaneously.
3535
- *Redundancy* is gained by creating special stripes that contain parity information, which can be used to recreate any lost data in the event of a hardware failure.
3636
- Hardware RAID – a dedicated hardware controller with a processor dedicated to RAID calculations and processing.
37-
- RAID 0 – *Stripping* – splits blocks of data into as many pieces as disks are in the array, and writes each piece to a separate disk.
37+
- RAID 0 – *Striping* – splits blocks of data into as many pieces as disks are in the array, and writes each piece to a separate disk.
3838
- Single disk failure means all data lost.
3939
- Increased in throughput: throughput of one disk * number of disks.
4040
- Total space is sum of all disks.

0 commit comments

Comments
 (0)