Re: Filesystem fragmentation (Re: Fragmentation of WAL files)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Filesystem fragmentation (Re: Fragmentation of WAL files)
Дата
Msg-id 26942.1177609772@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Filesystem fragmentation (Re: Fragmentation of WAL files)  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-performance
Gregory Stark <stark@enterprisedb.com> writes:
> In the case of a performance-critical file like the WAL that's always read
> sequentially it may be to our advantage to defeat this technique and force it
> to be allocated sequentially. I'm not sure whether any filesystems provide any
> option to do so.

We more or less do that already by filling the entire file in one go
when it's created ...

            regards, tom lane

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

Предыдущее
От: Gerhard Wiesinger
Дата:
Сообщение: Re: [GENERAL] Fw: PostgreSQL Performance Tuning
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: not using indexes on large table