Re: RAID stripe size question

Поиск
Список
Период
Сортировка
От Milen Kulev
Тема Re: RAID stripe size question
Дата
Msg-id 001a01c6aaa4$f45aaee0$0a00a8c0@trivadis.com
обсуждение исходный текст
Ответ на Re: RAID stripe size question  ("Mikael Carneholm" <Mikael.Carneholm@WirelessCar.com>)
Список pgsql-performance
According to http://www.pcguide.com/ref/hdd/perf/raid/concepts/perfStripe-c.html, it seems to be the other way around?
("As stripe size is decreased, files are broken into smaller and smaller pieces. This increases the number of drives
that an average file will use to hold all the blocks containing the data of that file,

->>>>theoretically increasing transfer performance, but decreasing positioning performance.")

Mikael,
In OLTP you utterly need  best possible latency.  If you decompose the response time if you physical request you will
see positioning performance plays the dominant role in the response time (ignore for a moment caches and their
effects).

So, if you need really good response times of your SQL queries, choose  15 rpm disks(and add as much cache as possible
to magnify the effect ;) )

Best Regards.
Milen


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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: RAID stripe size question
Следующее
От: Ioana Danes
Дата:
Сообщение: Re: Query plan issue when upgrading to postgres 8.14 (from