Re: Tricky bugs in concurrent index build

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tricky bugs in concurrent index build
Дата
Msg-id 11512.1156279696@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tricky bugs in concurrent index build  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Tricky bugs in concurrent index build
Re: Tricky bugs in concurrent index build
Список pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.com> writes:
>> It's fairly clear that we could support concurrent builds of nonunique
>> indexes, but is that enough of a use-case to justify it?

> I believe there would be. Most PostgreSQL users I run into, develop in 
> production, which means being able to add an index they forgot when 
> doing query analysis.

True, unique constraints are usually something you should get right to
start with.  But it'll be annoying if we can do everything BUT that :-(
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Queries joining views
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Where is hstore?