Types of blocks in the `pg_stat_statements`

From: Victor Yegorov <vyegorov(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Types of blocks in the `pg_stat_statements`
Date: 2016-04-25 13:06:09
Message-ID: CAGnEbojc74T3XbR+7BZ7BzfRVCQVkqtAEXjTwxBkNs37w9d_cA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

--
Victor Y. Yegorov

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Cal Heldenbrand 2016-04-25 13:47:15 psql color hostname prompt
Previous Message david 2016-04-25 12:57:44 Re: Background worker plus language handler for Andl: OK?