Skip to content

Instantly share code, notes, and snippets.

@davetapley
Created July 22, 2014 03:46
Show Gist options
  • Save davetapley/7500ff6e779ff8823e51 to your computer and use it in GitHub Desktop.
Save davetapley/7500ff6e779ff8823e51 to your computer and use it in GitHub Desktop.
Implicit primary key index is redundant
"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