Re: Use pgBufferUsage for block reporting in analyze

Поиск
Список
Период
Сортировка
От Karina Litskevich
Тема Re: Use pgBufferUsage for block reporting in analyze
Дата
Msg-id CACiT8iZyeyjWWW4T1sNW7PCra8DXAbj7vi6cQQUbWR0PauskqQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Use pgBufferUsage for block reporting in analyze  (Karina Litskevich <litskevichkarina@gmail.com>)
Ответы Re: Use pgBufferUsage for block reporting in analyze
Список pgsql-hackers
I wrote:

I suggest assigning values
bufferusage.shared_blks_read + bufferusage.local_blks_read
and
bufferusage.shared_blks_dirtied + bufferusage.local_blks_dirtied
to new variables and using them. This would keep the changed lines within
the 80 symbols limit, and make the code more readable overall.

The same applies to
bufferusage.shared_blks_hit + bufferusage.local_blks_hit

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