Building multiple indexes on one table.

Поиск
Список
Период
Сортировка
От Chris Ruprecht
Тема Building multiple indexes on one table.
Дата
Msg-id B678B3AB-3AA8-417C-B420-FDA128BC7B9F@cdrbill.com
обсуждение исходный текст
Ответы Re: Building multiple indexes on one table.  (Claudio Freire <klaussfreire@gmail.com>)
Список pgsql-performance
Is there any way that I can build multiple indexes on one table without having to scan the table multiple times? For
smalltables, that's probably not an issue, but if I have a 500 GB table that I need to create 6 indexes on, I don't
wantto read that table 6 times. 
Nothing I could find in the manual other than reindex, but that's not helping, since it only rebuilds indexes that are
alreadythere and I don't know if that reads the table once or multiple times. If I could create indexes inactive and
thenrun reindex, which then reads the table once, I would have a solution. But that doesn't seem to exist either. 

best regards,
chris
--
chris ruprecht
database grunt and bit pusher extraordinaíre



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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: 60 core performance with 9.3
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: Building multiple indexes on one table.