Re: Block B-Tree concept

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Block B-Tree concept
Дата
Msg-id 8809.1159367421@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Block B-Tree concept  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Block B-Tree concept  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> That's probably more easily said than done --- in particular, I don't
>> understand what the committed state after the first transaction would
>> look like.

> I think you build a whole new index named something like ".temp-reindex" and
> then as the last step of the second transaction delete the old idnex and
> rename the new index.

That would require getting exclusive lock on the table.
        regards, tom lane


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Block B-Tree concept
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql service parameter