ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: балансинг по жестким дискам



> ММ> Видимо  при большой конкурентности запросов на чтение лучше, если один
> ММ> файл   целиком   читается  с  одного  диска.  В  случае  использования
> ММ> зеркалирования  большие  файлы  елятся  на кусочки и запросы на чтение
> ММ> этих  кусочков  распределяются  по  дискам  в зеркале. Получаем больше
> ММ> позиционирований головок дисков.
> 
> "файлы делятся на кусочки" - это RAID-0 / RAID-10 / RAID-5 / etc.
> 
> mirror / зеркалирование - это RAID-1. здесь нет никаких кусочков.
>
> у RAID-1 на N винтах производительность выше примерно в N раз по сравнению с 
> 1 винтом.
>
> http://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_1_performance
> 
> Since all the data exists in two or more copies, each with its own hardware,
> the read performance can go up roughly as a linear multiple of the number of 
> copies.

Это в идеальном случае. Я бы сказал что это соответствует средним нагрузкам.
В предельных случаях (min, max) ситуация уже зависит от алгоритма работы 
конкретной
реализации RAID-1.

В линуксе это так:
 * This routine returns the disk from which the requested read should
 * be done. There is a per-array 'next expected sequential IO' sector
 * number - if this matches on the next IO then we use the last disk.
 * There is also a per-disk 'last know head position' sector that is
 * maintained from IRQ contexts, both the normal and the resync IO
 * completion handlers update this position correctly. If there is no
 * perfect sequential match then we pick the disk whose head is closest.


 




Copyright © Lexa Software, 1996-2009.