Re: Tricky bugs in concurrent index build - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Tricky bugs in concurrent index build
Date
Msg-id 11512.1156279696@sss.pgh.pa.us
Whole thread Raw
In response to Re: Tricky bugs in concurrent index build  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Tricky bugs in concurrent index build
Re: Tricky bugs in concurrent index build
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Queries joining views
Next
From: Tom Lane
Date:
Subject: Re: Where is hstore?