Skip to content

Instantly share code, notes, and snippets.

{"lastUpload":"2020-07-30T15:28:13.047Z","extensionVersion":"v3.4.3"}
@evarganov
evarganov / psql_useful_stat_queries.sql
Created October 25, 2019 08:35 — forked from anvk/psql_useful_stat_queries.sql
List of some useful Stat Queries for PSQL
--- PSQL queries which also duplicated from https://github.com/anvk/AwesomePSQLList/blob/master/README.md
--- some of them taken from https://www.slideshare.net/alexeylesovsky/deep-dive-into-postgresql-statistics-54594192
-- I'm not an expert in PSQL. Just a developer who is trying to accumulate useful stat queries which could potentially explain problems in your Postgres DB.
------------
-- Basics --
------------
-- Get indexes of tables