Re: CREATE INDEX and HOT (was Question: pg_classattributes and race conditions ?)

Поиск
Список
Период
Сортировка
От Pavan Deolasee
Тема Re: CREATE INDEX and HOT (was Question: pg_classattributes and race conditions ?)
Дата
Msg-id 45FC3DFB.8040303@enterprisedb.com
обсуждение исходный текст
Ответ на Re: CREATE INDEX and HOT (was Question: pg_classattributes and race conditions ?)  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: CREATE INDEX and HOT (was Question:pg_classattributes and race conditions ?)  ("Simon Riggs" <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs wrote:>> We need to be clear that we already have a solution to CREATE INDEX> CONCURRENTLY. Do you agree
thatwe do? Does anyone see a problem with> the posted design for that?>> Hopefully it is only CREATE INDEX that we need
tothink about.>
 

I agree. Lets first decide whether its only CREATE INDEX that
needs solution or its both.

Lets also decide whether we want to fix CREATE INDEX
[CONCURRENTLY] or we want to provide a seperate DLL to
CHILL the table and then build index normally. Tom
has already rejected the idea of holding exclusive lock
while chilling, but if we get around that, is rest of
the approach acceptable ?

If its going to be a seperate DLL, lets decide whether
its acceptable to run it as a seperate transaction.


Thanks,
Pavan


-- 


EnterpriseDB        http://www.enterprisedb.com



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

Предыдущее
От: "Simon Riggs"
Дата:
Сообщение: Re: CREATE INDEX and HOT (was Question: pg_classattributes and race conditions ?)
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: Bison 2.1 on win32