Re: WAL to RAW devices ?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: WAL to RAW devices ?
Дата
Msg-id 20070901002339.GQ8046@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: WAL to RAW devices ?  (Alex Vinogradovs <AVinogradovs@Clearpathnet.com>)
Ответы Re: WAL to RAW devices ?  (Alex Vinogradovs <AVinogradovs@Clearpathnet.com>)
Список pgsql-general
Alex Vinogradovs wrote:
> WAL segments already have their structure. Filesystem would be an
> overhead,

In this case you can choose a filesystem with lower overhead.  For
example with WAL you don't need a journalling filesystem at all, so
using ext2 is not a bad idea.  For Pg data files, you need journalling
of metadata only, not of data; the latter is provided by WAL.  So you
can mount the data filesystem with the option data=writeback.

--
Alvaro Herrera       Valdivia, Chile   ICBM: S 39º 49' 18.1", W 73º 13' 56.4"
"All rings of power are equal,
But some rings of power are more equal than others."
                                 (George Orwell's The Lord of the Rings)

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

Предыдущее
От: Alex Vinogradovs
Дата:
Сообщение: Re: WAL to RAW devices ?
Следующее
От: Alex Vinogradovs
Дата:
Сообщение: Re: WAL to RAW devices ?