Skip to content

Instantly share code, notes, and snippets.

View rpratama-sho's full-sized avatar

Riyan Pratama rpratama-sho

  • Siloam Hospitals
  • Tangerang, Banten, Indonesia
  • 03:15 (UTC +07:00)
  • LinkedIn in/rpratama94
View GitHub Profile
@rpratama-sho
rpratama-sho / psql_useful_stat_queries.sql
Created October 18, 2022 02:02 — 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