Re: Scaling further up

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Scaling further up
Дата
Msg-id Pine.LNX.4.33.0403021411570.4475-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: Scaling further up  ("Anjan Dave" <adave@vantage.com>)
Ответы Re: Scaling further up
Список pgsql-performance
On Tue, 2 Mar 2004, Anjan Dave wrote:

> "By lots I mean dozen(s) in a raid 10 array with a good controller."
>
> I believe, for RAID-10, I will need even number of drives.

Correct.

> Currently,
> the size of the database is about 13GB, and is not expected to grow
> exponentially with thousands of concurrent users, so total space is not
> of paramount importance compared to performance.
>
> Does this sound reasonable setup?
> 10x36GB FC drives on RAID-10
> 4x36GB FC drives for the logs on RAID-10 (not sure if this is the
> correct ratio)?
> 1 hotspare
> Total=15 Drives per enclosure.

Putting the Logs on RAID-10 is likely to be slower than, or no faster than
putting them on RAID-1, since the RAID-10 will have to write to 4 drives,
while the RAID-1 will only have to write to two drives.  now, if you were
reading in the logs a lot, it might help to have the RAID-10.

> Tentatively, I am looking at an entry-level EMC CX300 product with 2GB
> RAID cache, etc.

Pick up a spare, I'll get you my home address, etc... :-)

Seriously, that's huge.  At that point you may well find that putting
EVERYTHING on a big old RAID-5 performs best, since you've got lots of
caching / write buffering going on.

> Question - Are 73GB drives supposed to give better performance because
> of higher number of platters?

Generally, larger hard drives perform better than smaller hard drives
because they a: have more heads and / or b: have a higher areal density.

It's a common misconception that faster RPM drives are a lot faster, when,
in fact, their only speed advantage is slight faster seeks.  The areal
density of faster spinning hard drives tends to be somewhat less than the
slower spinning drives, since the maximum frequency the heads can work in
on both drives, assuming the same technology, is the same.  I.e. the speed
at which you can read data off of the platter doesn't usually go up with a
higher RPM drive, only the speed with which you can get to the first
sector.


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Database Server Tuning
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: Database Server Tuning