Skip to content

Instantly share code, notes, and snippets.

@rueian
Created January 1, 2020 18:08
Show Gist options
  • Save rueian/8f27d02c9bc521ff46b4df59602940da to your computer and use it in GitHub Desktop.
Save rueian/8f27d02c9bc521ff46b4df59602940da to your computer and use it in GitHub Desktop.
postgres=# EXPLAIN SELECT * FROM counters;
 QUERY PLAN
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Seq Scan on counters (cost=0.00..89169.11 rows=4880311 width=36)
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment