pgsql: Change default of backend_flush_after GUC to 0 (disabled).

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Change default of backend_flush_after GUC to 0 (disabled).
Дата
Msg-id E1bBUyO-0007DH-H6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Change default of backend_flush_after GUC to 0 (disabled).

While beneficial, both for throughput and average/worst case latency, in
a significant number of workloads, there are other workloads in which
backend_flush_after can cause significant performance regressions in
comparison to < 9.6 releases. The regression is most likely when the hot
data set is bigger than shared buffers, but significantly smaller than
the operating system's page cache.

I personally think that the benefit of enabling backend flush control is
considerably bigger than the potential downsides, but a fair argument
can be made that not regressing is more important than improving
performance/latency. As the latter is the consensus, change the default
to 0.

The other settings introduced in 428b1d6b2 do not have the same
potential for regressions, so leave them enabled.

Benchmarks leading up to changing the default have been performed by
Mithun Cy, Ashutosh Sharma and Robert Haas.

Discussion: CAD__OuhPmc6XH=wYRm_+Q657yQE88DakN4=Ybh2oveFasHkoeA@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4bc0f165cb4fbd660648c0153485b3d6f55d80ea

Modified Files
--------------
doc/src/sgml/config.sgml                      | 6 +++---
src/backend/utils/misc/guc.c                  | 3 +--
src/backend/utils/misc/postgresql.conf.sample | 3 +--
src/include/storage/bufmgr.h                  | 2 --
4 files changed, 5 insertions(+), 9 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove reltarget_has_non_vars flag.
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <