Re: What filesystem works best for PostgreSQL?

Поиск
Список
Период
Сортировка
От Vincent Janelle
Тема Re: What filesystem works best for PostgreSQL?
Дата
Msg-id 20030129162335.67ae9c1b.random@goblinstudios.com
обсуждение исходный текст
Ответ на Re: What filesystem works best for PostgreSQL?  (Aschaffer@bloomberg.com)
Список pgsql-admin
ext3/xfs by default journal the meta-data changes.  You can turn this
off in ext3 by simply mounting as ext2.

On Wed, 29 Jan 2003 13:38:55 -0500
Aschaffer@bloomberg.com wrote:

> XFS seems to work pretty well.  ext3 uses journaling which is very
> slow, xfs uses it as well but xfs tends to be faster overall.  Try
> adding data =writeback to the mount parameters when using ext3 or xfs.
>  I think this turns of journaling.
>
> ---------------------------(end of
> broadcast)--------------------------- TIP 4: Don't 'kill -9' the
> postmaster

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

Предыдущее
От: Aschaffer@bloomberg.com
Дата:
Сообщение: Re: What filesystem works best for PostgreSQL?
Следующее
От: Aris wendy
Дата:
Сообщение: Database Management Setup