Re: Data and logs on different physical drives - advantage?

Поиск
Список
Период
Сортировка
От Weber, Johann (ISS Kassel)
Тема Re: Data and logs on different physical drives - advantage?
Дата
Msg-id B8ADDBDA8696F546BDAC69B469D7F0511DABF5@kasmaiexcp01.iss.net
обсуждение исходный текст
Ответ на Data and logs on different physical drives - advantage?  ("Weber, Johann (ISS Kassel)" <jweber@iss.net>)
Список pgsql-admin
 Thanks, after playing around a little I found that placing the indices
on a different drive gave a real performance increase in my scenario.
Johann


-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Monday, October 10, 2005 4:35 PM
To: Weber, Johann (ISS Kassel)
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Data and logs on different physical drives -
advantage?

"Weber, Johann (ISS Kassel)" <jweber@iss.net> writes:
> Is this true for PostgreSQL (V 8.0 on ReadHat)? My tests do not show
> any speed gained when placing pg_clog and pg_xlog on a different
drive.

The conventional wisdom is that it's a win to have pg_xlog on a drive by
itself.  The above is not that.  pg_clog is more in the nature of data,
and in any case you lose the advantage as soon as the drive handling
pg_xlog has to move the head away from the current xlog file.

Whether any particular test case would show an advantage is another
question of course.  In a heavy-write scenario I would think you could
probably measure a win.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Data and logs on different physical drives - advantage?
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Compression of text columns