Re: sync_seqscans in postgresql.conf

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: sync_seqscans in postgresql.conf
Дата
Msg-id CABUevEy+4rDwXMHOdzC0f8_HrP_a=L162W4m1-9RK1zGo1My7w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: sync_seqscans in postgresql.conf  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: sync_seqscans in postgresql.conf  ("ktm@rice.edu" <ktm@rice.edu>)
Список pgsql-hackers
On Tue, Dec 20, 2011 at 14:38, Robert Haas <robertmhaas@gmail.com> wrote:
> On Tue, Dec 20, 2011 at 8:35 AM, Magnus Hagander <magnus@hagander.net> wrote:
>> Is there any reason why the setting synchronize_seqscans is in the
>> section "version/platform compatibility" in postgresql.conf? Is it
>> just because nobody could find a better place for it? ;) It seems a
>> bit wrong to me...
>
> Presumably the thought was that you would turn it off to restore that
> existed in older versions of PostgreSQL.  Doesn't seem much different
> from default_with_oids or lo_compat_privileges.

Seems very different to me - those change *what* happens when you do
certain things. sync_seqscans is just a performance tuning option, no?
It doesn't actually change the semantics of any operations...

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Pause at end of recovery
Следующее
От: "ktm@rice.edu"
Дата:
Сообщение: Re: sync_seqscans in postgresql.conf