Re: Key Vs Index

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Key Vs Index
Дата
Msg-id 49928198.7030809@postnewspapers.com.au
обсуждение исходный текст
Ответ на Re: Key Vs Index  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
Scott Marlowe wrote:

> Note that the index on the FK side isn't auto created.

Of course, you often don't want one - you might rarely or never DELETE
from the referenced table or UPDATE the primary key value. In that case,
the index just slows down updates and deletes on the table with the fk
without gaining you anything.

--
Craig Ringer

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

Предыдущее
От: Abdul Rahman
Дата:
Сообщение: Re: Key Vs Index
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Key Vs Index