Skip to content

Instantly share code, notes, and snippets.

@leoxlin
Last active April 22, 2024 20:59
Show Gist options
  • Save leoxlin/39124886e289ded5a2f35c0a5d7c9236 to your computer and use it in GitHub Desktop.
Save leoxlin/39124886e289ded5a2f35c0a5d7c9236 to your computer and use it in GitHub Desktop.
# Show schema & indexes on table
\d+ table_name


# Explain query
EXPLAIN (FORMAT YAML) SELECT * ... 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment