Created
December 6, 2011 06:25
-
-
Save arunthampi/1437033 to your computer and use it in GitHub Desktop.
Descending order indexes leads to 10x improvement in response time
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
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