Re: more than one index in a single heap pass?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: more than one index in a single heap pass?
Дата
Msg-id 20090714193614.GN4799@alvh.no-ip.org
обсуждение исходный текст
Ответ на more than one index in a single heap pass?  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: more than one index in a single heap pass?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Andrew Dunstan wrote:
>
> I was just wondering idly today if we could usefully build a number of  
> indexes at the same time in a single pass over the heap, or could it be  
> that we wouldn't gain much? I haven't even got around to thinking about  
> any syntax for it.

Could we make it work on two backends building one index each in
synchronized scans?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: more than one index in a single heap pass?
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: WIP: Deferrable unique constraints