Re: O_NOATIME

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: O_NOATIME
Дата
Msg-id 44D2620C.3070506@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: O_NOATIME  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: O_NOATIME
Список pgsql-hackers
Tom Lane wrote:
> Ron Mayer <rm_pg@cheapcomplexdevices.com> writes:
>> Would people be interested in a trivial patch that adds O_NOATIME
>> to open() for platforms that support it?  (apparently Linux 2.6.8
>> and better).
> 
> Isn't that usually, and more portably, handled in the filesystem
> mount options?

Yes to both.  I could imagine that for small systems/workstations
you might have some files that want access time, and others that
wanted NOATIME -- it seems the new flag lets you choose on a
file-by-file bases.

That's why I asked.  I imagine it won't help on any well-administered
production server since they'd probably mount the whole filesystem
that way; but might help a bit on out-of-the-box-default-config
benchmarks done by naive users who don't tweak filesystem settings.

Don't know if we'd care about such an audience or not.


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: User-defined typle similar to char(length) varchar(length)
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: [PATCHES] tg_trigtuple/tg_newtuple settings in AFTER triggers