Re: Types of blocks in the `pg_stat_statements`

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Types of blocks in the `pg_stat_statements`
Дата
Msg-id CAECtzeUsNoNKMh-NV3TVFM6a1GNgNGxGytPQJuYcPPnQtW98vw@mail.gmail.com
обсуждение исходный текст
Ответ на Types of blocks in the `pg_stat_statements`  (Victor Yegorov <vyegorov@gmail.com>)
Список pgsql-general
2016-04-25 15:06 GMT+02:00 Victor Yegorov <vyegorov@gmail.com>:
Greetings.

I cannot get understanding about what different types of blocks means here:
http://www.postgresql.org/docs/current/interactive/pgstatstatements.html


I assume, that `shared` are blocks from the `shared_buffers`
and `temp` are blocks used by temporary files (absence of `dirtied` and `hit` also speaks for this).

But what `local` blocks mean?


This is for the local buffer for temporary objects (temporary tables and indexes), which you can set the size with temp_buffers.


--

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

Предыдущее
От: Begin Daniel
Дата:
Сообщение: Re: Calculating Minkowski distance between two rows
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Clarify "allow_system_table_mods"