Created
January 1, 2020 18:08
-
-
Save rueian/8f27d02c9bc521ff46b4df59602940da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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