--enable-depend by default (was Re: Patch: fix lock contention for HASHHDR.mutex)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема --enable-depend by default (was Re: Patch: fix lock contention for HASHHDR.mutex)
Дата
Msg-id 12073.1451490567@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch: fix lock contention for HASHHDR.mutex  (Oleg Bartunov <obartunov@gmail.com>)
Ответы Re: --enable-depend by default (was Re: Patch: fix lock contention for HASHHDR.mutex)  (Greg Stark <stark@mit.edu>)
Re: --enable-depend by default (was Re: Patch: fix lock contention for HASHHDR.mutex)  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
[ A change as significant as this should not be debated in a thread with
a title that suggests it's of interest to only one or two people ]

> On Wed, Dec 30, 2015 at 5:44 PM, Andres Freund <andres@anarazel.de> wrote:
>> I still maintain that --enable-depend should be on by default. We're
>> absurdly optimizing towards saving a handful of cycles in scenarios
>> which are usually bottlenecked by other things (build boxes spend more
>> times on tests and such)

Nonsense.  The buildfarm will simply get slower, and at least for my
animals it's too damn slow already.  We could fix that by having the
buildfarm script automatically add --disable-depend; but if we're going
to change this, we should roll out that script update BEFORE we change
it, not after.
        regards, tom lane



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

Предыдущее
От: Evgeniy Shishkin
Дата:
Сообщение: Re: More thorough planning for OLAP queries (was: [PATCH] Equivalence Class Filters)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: rows estimate in explain analyze for the BRIN index