May 2017
Beginner
416 pages
10h 37m
English
After discussing the first couple of views, it is time to turn our attention to one of the most important views, which can be used to spot performance problems. I am of course speaking about pg_stat_statements. The idea is to have information about queries on your system. It helps to figure out which types of queries are slow and how often queries are called.
To use the module, three steps are necessary:
Let's inspect the definition of the view:
test=# \d pg_stat_statements View "public.pg_stat_statements" Column | Type | Modifiers ...
Read now
Unlock full access