Indexes to speed sorting - Mailing list pgsql-novice

From Jeff Willden
Subject Indexes to speed sorting
Date
Msg-id 6C714C1B-B558-4D45-9A1C-88CFC917DFF1@pavanell.com
Whole thread Raw
Responses Re: Indexes to speed sorting  ("Jaime Casanova" <systemguards@gmail.com>)
List 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

pgsql-novice by date:

Previous
From: "Josh Tolley"
Date:
Subject: Re: Creating diff scripts for upgrades
Next
From: "Jaime Casanova"
Date:
Subject: Re: Indexes to speed sorting