Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Indexes to speed sorting



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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group