Re: Partial index creation always scans the entire table

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: Partial index creation always scans the entire table
Дата
Msg-id 10506951581770871@sas1-c38703ca5585.qloud-c.yandex.net
обсуждение исходный текст
Ответ на Partial index creation always scans the entire table  (MingJu Wu <mingjuwu0505@gmail.com>)
Список pgsql-performance
Hello

> When creating partial indexes, can postgres utilize another index for figuring which rows should be included in the
partialindex, without performing a full table scan?
 

No.
create index always perform a seqscan on table. And two full table scan for create index concurrently.

regards, Sergei



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

Предыдущее
От: MingJu Wu
Дата:
Сообщение: Partial index creation always scans the entire table
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Partial index creation always scans the entire table