PDS Index Sorting

  • Does it make any difference if my indexes are sorted in desc order to have the newest data at the top.

  • I believe that would only affect order by clauses and sorting.

  • I should have been more specific. Would the retrival of data be quicker if the indexes were sorted in DESC order.

  • It depends on the query and what you are sorting on. If you already have a particular query in mind, I would try it both ways and see what one is faster.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply