pgsql: Reduce the default value of autovacuum_vacuum_cost_delay to2ms.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Reduce the default value of autovacuum_vacuum_cost_delay to2ms.
Дата
Msg-id E1h33xk-0001Ol-HO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.

This is a better way to implement the desired change of increasing
autovacuum's default resource consumption.

Discussion: https://postgr.es/m/28720.1552101086@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cbccac371c79d96c44fcd8c9cbb5ff4dedaaa522

Modified Files
--------------
doc/src/sgml/config.sgml                      | 2 +-
src/backend/utils/misc/guc.c                  | 2 +-
src/backend/utils/misc/postgresql.conf.sample | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Disallow NaN as a value for floating-point GUCs.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix documentation on partitioning vs. foreign tables