Created
November 29, 2018 16:35
-
-
Save dsandip/dbb43bd86434ac13b3ed42d3cb3284de 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
EXPLAIN SELECT * FROM foo; | |
QUERY PLAN | |
--------------------------------------------------------- | |
Seq Scan on foo (cost=0.00..155.00 rows=10000 width=4) | |
(1 row) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment