Re: Progress on fast path sorting, btree index creation time

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Progress on fast path sorting, btree index creation time
Дата
Msg-id 4F0B43E3.30207@agliodbs.com
обсуждение исходный текст
Ответ на Re: Progress on fast path sorting, btree index creation time  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Progress on fast path sorting, btree index creation time  (Peter Geoghegan <peter@2ndquadrant.com>)
Список pgsql-hackers
> Obviously, many indexes are unique and thus won't have duplicates at
> all.  But if someone creates an index and doesn't make it unique, odds
> are very high that it has some duplicates.  Not sure how many we
> typically expect to see, but more than zero...

Peter may not, but I personally admin lots of databases which have
indexes on values like "category" or "city" which have 100's or 1000's
of duplicates per value.  I don't think this is uncommon at all.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Why is CF 2011-11 still listed as "In Progress"?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Moving more work outside WALInsertLock