Re: IDE x SAS RAID 0 on HP DL 380 G5 P400i controller performance problem

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: IDE x SAS RAID 0 on HP DL 380 G5 P400i controller performance problem
Дата
Msg-id 4C440C93020000250003388D@gw.wicourts.gov
обсуждение исходный текст
Ответ на IDE x SAS RAID 0 on HP DL 380 G5 P400i controller performance problem  (Daniel Ferreira de Lima <dfl.man@gmail.com>)
Ответы Re: IDE x SAS RAID 0 on HP DL 380 G5 P400i controller performance problem  (Daniel Ferreira de Lima <dfl.man@gmail.com>)
Список pgsql-performance
Daniel Ferreira de Lima <dfl.man@gmail.com> wrote:

> **Both with Linux Kernel 2 .4.37.9 and Postgresql 7.2**

Wow.  You really need to upgrade.

> Under a insertion test we get a performance of 2.5 secs under 2000
> inserts (table with a single char(50) column) in the IDE disk.
> And 500GB RAID 0 (4 disks!) and 37.5 secs under the same test!

Is each insert in its own database transaction?  (That is you've
done nothing to BEGIN a transaction, do the inserts, and then
COMMIT?)  If so, you're old IDE is lying to PostgreSQL when it says
it has committed each insert.  If you pull the power cord on the
computer a few times during this insert test, you'll find you wind
up missing rows which were supposedly inserted, and you will likely
have database corruption, which might render the database totally
unusable.

If you implement your RAID with a good controller which has a
battered backed-up RAM cache, and that is configured to write-back,
you'll see much better performance.

Search the archives for BBU and you'll find many other discussions
of this.

-Kevin

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

Предыдущее
От: Daniel Ferreira de Lima
Дата:
Сообщение: IDE x SAS RAID 0 on HP DL 380 G5 P400i controller performance problem
Следующее
От: kuopo
Дата:
Сообщение: how to handle a big table for data log