Re: Indexes advantageous on foreign key columns - Mailing list pgsql-admin

From Szymon Guz
Subject Re: Indexes advantageous on foreign key columns
Date
Msg-id AANLkTilHC2NWDQLD6F_NzQH37JPIjbu9u2Cbnqg4Q2el@mail.gmail.com
Whole thread Raw
In response to Indexes advantageous on foreign key columns  ("Maria L. Wilson" <Maria.L.Wilson-1@nasa.gov>)
List pgsql-admin
2010/5/26 Maria L. Wilson <Maria.L.Wilson-1@nasa.gov>
Was hoping that someone would like to discuss the need for indexes on columns that are referenced in a foreign key.  Are they necessary?  Are they worth the overhead?   PostgreSQL version 8.4


That depends. They are not necessary. They are overhead (like all other indexes). They can be useful, or not be useful. Can be used or not.
All depends mainly on your queries and how many records you have. If you have enough, the index can be really helpful (of course that depends on the query that you make).

regards
Szymon Guz 

pgsql-admin by date:

Previous
From: "Maria L. Wilson"
Date:
Subject: Indexes advantageous on foreign key columns
Next
From: Ray Stell
Date:
Subject: command tag logging