Re: What kind of index to use for many rows with few unique

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: What kind of index to use for many rows with few unique
Дата
Msg-id 3DEBE97C.3090304@joeconway.com
обсуждение исходный текст
Ответ на Re: What kind of index to use for many rows with few unique  ("David F. Skoll" <dfs@roaringpenguin.com>)
Ответы Re: What kind of index to use for many rows with few unique
Список pgsql-admin
David F. Skoll wrote:
> No, I'm sure a btree will work.  However, won't the index be
> inefficient (i.e., very flat) if there are many entries with the same
> value?  Or is this not a problem?
>

If you're concerned, why not try a partial index?

Joe


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

Предыдущее
От: "Dan Langille"
Дата:
Сообщение: Re: What kind of index to use for many rows with few unique values?
Следующее
От: "Dan Langille"
Дата:
Сообщение: Re: What kind of index to use for many rows with few unique