io - How many physical I/O operations required to write one block in RAID 5? -
i understand sum of read , write rates equals i/o rate per second in raid 5 design, how may go calculating how many physical i/o operations take write 1 block exactly?
thanks!
according this article, takes 4 psychical i/o operations whenever i/o operation done application. these operations follows:
- read block needs modified
- read parity block
- update data block
- update parity block
Comments
Post a Comment