CREATE INDEX uses INDEX ?

Поиск
Список
Период
Сортировка
От Nicolas Paris
Тема CREATE INDEX uses INDEX ?
Дата
Msg-id CA+ssMORCq8kF1T0U6woF_Qjs5DCvHQfLCbF0-0=YT2=w3HbTvg@mail.gmail.com
обсуждение исходный текст
Ответы Re: CREATE INDEX uses INDEX ?  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgsql-performance
Hello,

I wonder if the process of index creation can benefit from other indexes.

EG: Creating a partial index with predicat based on a boolean column, will use an hypothetic index on that boolean column or always use a seq scan on all rows ?

Goal is to create partial indexes faster.

Explain command does not work with Create index.

Thanks by advance  

Nicolas PARIS

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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: EXPLAIN (no ANALYZE) taking an hour for INSERT FROM SELECT
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: CREATE INDEX uses INDEX ?