Re: raid10 write performance

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: raid10 write performance
Дата
Msg-id AANLkTim6yLKRZQ_ursC671XCK0QZb7DX0cg0K76eYRIf@mail.gmail.com
обсуждение исходный текст
Ответ на Re: raid10 write performance  (Ivan Voras <ivoras@freebsd.org>)
Список pgsql-performance
On Wed, Jun 23, 2010 at 8:25 AM, Ivan Voras <ivoras@freebsd.org> wrote:
> On 06/23/10 14:00, Florian Weimer wrote:
>> * Ivan Voras:
>>
>>> On the other hand, RAID10 is simple enough that soft-RAID
>>> implementations should be more than adequate - any ideas why a dedicated
>>> card has it "slow"?
>>
>> Barrier support on RAID10 seems to require some smallish amount of
>> non-volatile storage which supports a high number of write operations
>> per second, so a software-only solution might not be available.
>
> If I understand you correctly, this can be said in general for all
> spinning-disk usage and is not specific to RAID10. (And in the case of
> high, constant TPS, no amount of NVRAM will help you).

Not entirely true.  Let's say you have enough battery backed cache to
hold 10,000 transaction writes in memory at once.  The RAID controller
can now re-order those writes so that they go from one side of the
disk to the other, instead of randomly all over the place.  That will
most certainly help improve your throughput.

В списке pgsql-performance по дате отправления:

Предыдущее
От: Matthew Wakeling
Дата:
Сообщение: Re: raid10 write performance
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: raid10 write performance