Re: Using indexes for partial index builds

Поиск
Список
Период
Сортировка
Искать
От
Greg Stark
Тема
Re: Using indexes for partial index builds
Дата
Msg-id
CAM-w4HPuS-23hQK1UwWmHPDaFpUYO_ZHoeixjP3a9gg_R7rTgw@mail.gmail.com
Ответ на
Список
Дерево обсуждения
Using indexes for partial index builds Paul Norman <penorman@mac.com>
Re: Using indexes for partial index builds Jim Nasby <jim@nasby.net>
Re: Using indexes for partial index builds Greg Stark <stark@mit.edu>
Re: Using indexes for partial index builds Ants Aasma <ants@cybertec.at>
Re: Using indexes for partial index builds Jim Nasby <jim@nasby.net>
Re: Using indexes for partial index builds Ants Aasma <ants@cybertec.at>
Re: Using indexes for partial index builds Jim Nasby <jim@nasby.net>
On Thu, Mar 7, 2013 at 12:51 AM, Jim Nasby  wrote:
> Something worth considering on this... I suspect it's possible to use an
> index-only scan to do this, regardless of whether the heap page is all
> visible. The reason is that the newly created index would just use the same
> access methodology as the original index, so any dead rows would be ignored.

This is actually quite clever. I wonder how many other cases can use
similar logic.

> We'd almost certainly need to block vacuums during the build however.
> Obviously not an issue for regular index builds, but it would be for
> concurrent ones.

Concurrent index builds block vacuums already.



-- 
greg


В списке pgsql-hackers по дате отправления
От: Thom Brown
Дата:
От: Greg Stark
Дата:
FAQ