Re: Building multiple indexes concurrently

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Building multiple indexes concurrently
Дата
Msg-id 4BA1403D.9030402@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Building multiple indexes concurrently  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Building multiple indexes concurrently  (Hannu Krosing <hannu@2ndquadrant.com>)
Список pgsql-performance
Alvaro Herrera wrote:
> Andres Freund escribió:
>
>
>> I find it way much easier to believe such issues exist on a tables in
>> constrast to indexes. The likelihood to get sequential accesses on an index is
>> small enough on a big table to make it unlikely to matter much.
>>
>
> Vacuum walks indexes sequentially, for one.
>

That and index-based range scans were the main two use-cases I was
concerned would be degraded by interleaving index builds, compared with
doing them in succession.  I work often with time-oriented apps that
have heavy "give me every record between <a> and <b>" components to
them, and good sequential index performance can be an important
requirement for that kind of application.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Building multiple indexes concurrently
Следующее
От: Christian Brink
Дата:
Сообщение: Forcing index scan on query produces 16x faster