Created
July 22, 2014 03:46
-
-
Save davetapley/7500ff6e779ff8823e51 to your computer and use it in GitHub Desktop.
Implicit primary key index is redundant
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
"events_pkey" PRIMARY KEY, btree (user_id, period) | |
"events_user_id_period_excl" EXCLUDE USING gist (user_id WITH =, period WITH &&) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment