Re: Direct I/O

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Direct I/O
Дата
Msg-id 20230419171355.wjk5wsif5r5axpga@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: Direct I/O  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
Hi,

On 2023-04-18 15:35:09 -0400, Greg Stark wrote:
> On Mon, 17 Apr 2023 at 17:45, Thomas Munro <thomas.munro@gmail.com> wrote:
> >  It's something you'd
> > opt into for a dedicated database server along with other carefully
> > considered settings.  It seems acceptable to me that if you set
> > io_direct to a non-default setting on an unusual-for-a-database-server
> > filesystem you might get errors screaming about inability to open
> > files -- you'll just have to turn it back off again if it doesn't work
> > for you.
> 
> If the only solution is to turn it off perhaps the server should just
> turn it off? I guess the problem is that the shared_buffers might be
> set assuming it would be on?

I am quite strongly opposed to that - silently (or with a log message, which
practically is the same as silently) disabling performance relevant options
like DIO is much more likely to cause problems, due to the drastically
different performance characteristics you get. I can see us making it
configurable to try using DIO though, but I am not convinced it's worth
bothering with that. But we'll see.

Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Direct I/O
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Wrong results from Parallel Hash Full Join