about some parameters - Mailing list pgsql-hackers

From Jaime Casanova
Subject about some parameters
Date
Msg-id 3073cc9b0912312255n3b713687v39222d17b7a9fc72@mail.gmail.com
Whole thread Raw
Responses Re: about some parameters  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: Serializable Isolation without blocking
Next
From: Dimitri Fontaine
Date:
Subject: Re: PATCH: Add hstore_to_json()