pgsql: Revert "Reduce checkpoints and WAL traffic on low activity datab
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | pgsql: Revert "Reduce checkpoints and WAL traffic on low activity datab |
| Дата | |
| Msg-id | E1SewNd-0002Fw-0R@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
Revert "Reduce checkpoints and WAL traffic on low activity database server" This reverts commit 18fb9d8d21a28caddb72c7ffbdd7b96d52ff9724. Per discussion, it does not seem like a good idea to allow committed changes to go un-checkpointed indefinitely, as could happen in a low-traffic server; that makes us entirely reliant on the WAL stream with no redundancy that might aid data recovery in case of disk failure. This re-introduces the original problem of hot-standby setups generating a small continuing stream of WAL traffic even when idle, but there are other ways to address that without compromising crash recovery, so we'll revisit that issue in a future release cycle. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/b8b69d89905e04b910bcd65efce1791477b45d35 Modified Files -------------- src/backend/access/transam/xlog.c | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера