about some parameters

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема about some parameters
Дата
Msg-id 3073cc9b0912312255n3b713687v39222d17b7a9fc72@mail.gmail.com
обсуждение исходный текст
Ответы Re: about some parameters  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,


Every time i explain what is the fsync parameter for, the next thing i
always say is: "never turn it off", and now that we have
synchronous_commit there is no good reason for turn fsync off... so
why are we still let it be in the postgresql.conf where it's so
vulnerable to a misguided dba?
even just not show it should be great.

another parameter that is interesting is seq_page_cost, AFAIUI all the
other cost parameters (in the planner section of course) are relative
to this one. so what is the logic in allow changing it?
going a little further, when we have this per tablespace what will
mean to change a tablespace seq_page_cost? it will be relative to the
general one?

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Serializable Isolation without blocking
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: PATCH: Add hstore_to_json()