Re: [Lsf-pc] Linux kernel impact on PostgreSQL performance

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: [Lsf-pc] Linux kernel impact on PostgreSQL performance
Дата
Msg-id CAGTBQpbH692gwKrBavi16HgBqYZ6iniuGW4X1hdu67uM-V12MQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [Lsf-pc] Linux kernel impact on PostgreSQL performance  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [Lsf-pc] Linux kernel impact on PostgreSQL performance  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-hackers
On Tue, Jan 14, 2014 at 1:48 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Tue, Jan 14, 2014 at 11:44 AM, James Bottomley
> <James.Bottomley@hansenpartnership.com> wrote:
>> No, I'm sorry, that's never going to be possible.  No user space
>> application has all the facts.  If we give you an interface to force
>> unconditional holding of dirty pages in core you'll livelock the system
>> eventually because you made a wrong decision to hold too many dirty
>> pages.   I don't understand why this has to be absolute: if you advise
>> us to hold the pages dirty and we do up until it becomes a choice to
>> hold on to the pages or to thrash the system into a livelock, why would
>> you ever choose the latter?  And if, as I'm assuming, you never would,
>> why don't you want the kernel to make that choice for you?
>
> If you don't understand how write-ahead logging works, this
> conversation is going nowhere.  Suffice it to say that the word
> "ahead" is not optional.


In essence, if you do flush when you shouldn't, and there is a
hardware failure, or kernel panic, or anything that stops the rest of
the writes from succeeding, your database is kaputt, and you've got to
restore a backup.

Ie: very very bad.



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [Lsf-pc] Linux kernel impact on PostgreSQL performance
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [Lsf-pc] Linux kernel impact on PostgreSQL performance