I have a screen where i show all the latest posts and when the user click the read more link, i bring the next set based on Post Id(where id < latest one already shown).
I have a clustered index ascending on field Id on Posts table.
I was wondering if i am always showing the latest posts first, isn't it better to create the clustered index descending ?
Thanks