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

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Set a default autovacuum vacuum_cost_delay value of 20ms, to
Дата
Msg-id 20070724015356.6E72F9FA2C4@postgresql.org
обсуждение исходный текст
Список 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)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Just noticed that libpq thinks the maximum command tag length is
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Create a new dedicated Postgres process, "wal writer", which