Re: index question

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: index question
Дата
Msg-id 200310280154.h9S1sMW25612@candle.pha.pa.us
обсуждение исходный текст
Ответ на index question  ("Rick Gigger" <rick@alpinenetworking.com>)
Ответы Re: index question  (Greg Stark <gsstark@mit.edu>)
Список pgsql-general
Rick Gigger wrote:
> I have heard that postgres will not use an index unless the
> field has a not null constraint on it.  Is that true?

To be specific, we do not do index NULL values in a column, but we
easily index non-null values in the column.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: "Rick Gigger"
Дата:
Сообщение: index question
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: index question