Re: [GENERAL] Concurrency problem building indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Concurrency problem building indexes
Дата
Msg-id 19810.1145980249@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Concurrency problem building indexes  (Wes <wespvp@syntegra.com>)
Ответы Re: [GENERAL] Concurrency problem building indexes  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Wes <wespvp@syntegra.com> writes:
> A while back, I saw a posting (I think from Tom) to the effect of index
> creation converging due to disk caching.  It was along the lines of the
> slower index would be reading from disk data cached by the first index
> creation's read.  When the faster creation went out to read from disk, the
> one reading from memory could catch up.  Possible?

There would be some convergence effect while reading the table contents,
but the subsequent sorting and index-writing would be competitive and
ought to diverge again.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: FOR UPDATE lock problem ?
Следующее
От: Ben Clewett
Дата:
Сообщение: Installation on Duel-Core Pentium XP