Re: Last Commitfest patches waiting review

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Last Commitfest patches waiting review
Дата
Msg-id CAM3SWZRPReSvEMrwKvLsEWDif170ezKdnq7wGmWgFd7LrZuN6Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Last Commitfest patches waiting review  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
On Thu, Oct 9, 2014 at 1:13 PM, Peter Geoghegan <pg@heroku.com> wrote:
>> Can you write
>> a separate patch to use SortSupport for B-tree index builds, please?
>> Eliminating the FunctionCallInfoData overhead should shave off some some
>> cycles from every index build.
>
> I'll look into it. Hopefully an effort to actually implement it will
> show that I was right, and there isn't much to it.

I was able to get this working pretty quickly. All regression tests
pass. I'm not going to post a patch just yet, because I still need to
make the cluster case work, and I'll probably want to refactor my
approach to performing catalog lookups a bit, but the important point
is that my original suspicion that this isn't very difficult or
invasive has been confirmed.

I should have something to post before too long.

-- 
Peter Geoghegan



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

Предыдущее
От: Gavin Flower
Дата:
Сообщение: Re: UPSERT wiki page, and SQL MERGE syntax
Следующее
От: "Erik Rijkers"
Дата:
Сообщение: Re: schema-only -n option in pg_restore fails