Skip to content

Instantly share code, notes, and snippets.

@arunthampi
Created December 6, 2011 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arunthampi/1437033 to your computer and use it in GitHub Desktop.
Save arunthampi/1437033 to your computer and use it in GitHub Desktop.
Descending order indexes leads to 10x improvement in response time
CREATE INDEX desc_created_citems_idx on channel_items(created_at DESC NULLS LAST);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment