pgsql: Set a default autovacuum vacuum_cost_delay value of 20ms, to

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Set a default autovacuum vacuum_cost_delay value of 20ms, to
Date: 2007-07-24 01:53:56
Message-ID: 20070724015356.6E72F9FA2C4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive
I/O utilization, per discussion.

While at it, lower the autovacuum vacuum and analyze threshold values to 50
tuples. It is a bit higher (i.e. more conservative) than what I originally
proposed but much better than the old values for small tables.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.131 -> r1.132)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.131&r2=1.132)
pgsql/src/backend/utils/misc:
guc.c (r1.405 -> r1.406)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.405&r2=1.406)
postgresql.conf.sample (r1.219 -> r1.220)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.219&r2=1.220)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-24 04:54:09 pgsql: Create a new dedicated Postgres process, "wal writer", which
Previous Message Tom Lane 2007-07-23 18:59:50 pgsql: Just noticed that libpq thinks the maximum command tag length is