Sum of written buffers bigger than allocation?

Поиск
Список
Период
Сортировка
От pinker
Тема Sum of written buffers bigger than allocation?
Дата
Msg-id 1523201315068-0.post@n3.nabble.com
обсуждение исходный текст
Ответы Re: Sum of written buffers bigger than allocation?  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-general
Hi All!

First time I see that the sum of written buffers:
3765929+878326121 = 882092050 = select
pg_size_pretty(882092050::numeric*8192) = 6730 GB

is bigger than buffers_alloc value in pg_stat_bgwriter view:
buffers_alloc         | 20426161 = 156 GB


buffers_checkpoint    | 878599316
buffers_clean         | 0
maxwritten_clean      | 0
buffers_backend       | 3766409
buffers_backend_fsync | 0
buffers_alloc         | 20426161


It's kinda mysterious... Any explanations?
Does it mean that the same buffers were written over and over again?





--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: dump/restore problem due to CVE-2018-1058 (9.5.12)
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Sum of written buffers bigger than allocation?