Skip to content

Instantly share code, notes, and snippets.

@wellington1993
Created July 11, 2025 15:00
Show Gist options
  • Save wellington1993/eaf50eab1ff43655cd9864e8d408b6fd to your computer and use it in GitHub Desktop.
Save wellington1993/eaf50eab1ff43655cd9864e8d408b6fd to your computer and use it in GitHub Desktop.
Analyse Postgresql

Rode antes do seu select:

EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON) SELECT

Depois Confira no site:

https://explain.dalibo.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment