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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: more than one index in a single heap pass?
Дата
Msg-id 4A60CDEC.7080506@enterprisedb.com
обсуждение исходный текст
Ответ на Re: more than one index in a single heap pass?  (decibel <decibel@decibel.org>)
Список pgsql-hackers
decibel wrote:
> Here's an off-the-wall thought... since most of the CPU time is in the
> sort, what about allowing a backend to fork off dedicated sort
> processes? Aside from building multiple indexes at once, that
> functionality could also be useful in general queries.

Sure, that would be cool. And also a lot of work :-). The comparison
operators can be arbitrarily complex, potentially querying other tables
etc, so you would indeed need pretty much all the infrastrucutre you
need to solve the general case.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: commitfest application question
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Higher TOAST compression.