Skip to content

Instantly share code, notes, and snippets.

@james727
Created March 16, 2017 00:34
Show Gist options
  • Save james727/d78b525614798f83e33f7efefdaab93e to your computer and use it in GitHub Desktop.
Save james727/d78b525614798f83e33f7efefdaab93e to your computer and use it in GitHub Desktop.
redshift=> EXPLAIN SELECT DISTINCT column1 FROM test_table;
QUERY PLAN
----------------------------------------------------------
XN Seq Scan on test_table (cost=0.00..0.04 rows=4 width=4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment