Re: B-Heaps

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: B-Heaps
Дата
Msg-id 17236.1276890065@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: B-Heaps  (Greg Smith <greg@2ndquadrant.com>)
Список pgsql-performance
Greg Smith <greg@2ndquadrant.com> writes:
> Your characterization of the potential speed up here is "Using a proper tree
> inside the index page would improve the CPU usage of the index lookups",
> which seems quite reasonable.  Regardless, when I consider "is that
> something I have any reason to suspect is a bottleneck on common
> workloads?", I don't think of any, and return to working on one of
> things I already know is instead.

Note also that this doesn't do a thing for b-tree indexes, which already
have an intelligent within-page structure.  So that instantly makes it
not a mainstream issue.  Perhaps somebody will be motivated to work on
it, but most of us are chasing other things.

            regards, tom lane

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: B-Heaps
Следующее
От: Yeb Havinga
Дата:
Сообщение: Re: B-Heaps