Indexes to speed sorting

From: Jeff Willden <jeff(at)pavanell(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Indexes to speed sorting
Date: 2008-01-26 16:21:19
Message-ID: 6C714C1B-B558-4D45-9A1C-88CFC917DFF1@pavanell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

In other DBMSs indexes speed the process of sorting on a field in an
ORDER BY clause if the same conditions for WHERE and JOIN clauses are
met. I didn't see this mentioned in the docs on indexes though. Does
an index also speed sorting as it does lookup in the other clauses?

Jeff Willden

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jaime Casanova 2008-01-27 02:20:14 Re: Indexes to speed sorting
Previous Message Josh Tolley 2008-01-26 13:11:28 Re: Creating diff scripts for upgrades