Indexing Foreign Key Columns

Поиск
Список
Период
Сортировка
От Josh Trutwin
Тема Indexing Foreign Key Columns
Дата
Msg-id 20070828075313.6b20b716@sinkhole.intrcomm.net
обсуждение исходный текст
Ответы Re: Indexing Foreign Key Columns
Список pgsql-general
I am curious if there are any rules of thumb for when to index a
foreign key column?  I was under the impression that it was always a
good idea to do this based on the fact that you typically join
through a foreign key but after reading the docs I'm not so sure it's
necessary or provides any improvements to join query speed.

Thanks,

Josh

В списке pgsql-general по дате отправления:

Предыдущее
От: Kevin Kempter
Дата:
Сообщение: Re: One database vs. hundreds?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: INSERT doc discrepancy