Re: [PATCH]-hash index improving

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [PATCH]-hash index improving
Дата
Msg-id 20080718134223.GA4042@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [PATCH]-hash index improving  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark escribió:

> For cpu-bound databases with small indexes there might be a win if you can
> avoid the binary search of all the elements on a page. (Have we modified btree
> to do that or does it still scan sequentially on the leaf pages?)

Hmm?  It has used binary search since as long as I can remember ... see
_bt_first and _bt_binsrch.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Markus Wanner
Дата:
Сообщение: Re: Postgres-R: primary key patches
Следующее
От: David Fetter
Дата:
Сообщение: Re: Load spikes on 8.1.11