Re: 9.4 regression

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: 9.4 regression
Дата
Msg-id 20130904151537.GF2706@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: 9.4 regression  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: 9.4 regression  (Andres Freund <andres@2ndquadrant.com>)
Re: 9.4 regression  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
* Andres Freund (andres@2ndquadrant.com) wrote:
> I'd vote for adding zeroing *after* the fallocate() first. That's what's
> suggested by kernel hackers and what several other large applications
> do. As it looks like it's what we would have to do if we ever get to use
> fallocate for relation extension where we would have actual benefits
> from it.

Does that actually end up doing anything different from what we were
doing pre-patch here?  At best, it *might* end up using a larger extent,
but unless we can actually be confident that it does, I'm not convinced
the additional complexity is worth it and would rather see this simply
reverted.

One might ask why the kernel guys aren't doing this themselves or
figuring out why it's necessary to make it worthwhile.
Thanks,
    Stephen

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: getting rid of maintainer-check
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.4] row level security