Re: memory layouts for binary search in nbtree

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: memory layouts for binary search in nbtree
Дата
Msg-id CAM3SWZQdEaEsZ62NopHB0uuw=kAqQ8MMeCTCDYSAt8=oVGyy9w@mail.gmail.com
обсуждение исходный текст
Ответ на memory layouts for binary search in nbtree  (Andres Freund <andres@anarazel.de>)
Ответы Re: [HACKERS] memory layouts for binary search in nbtree  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Wed, May 18, 2016 at 6:25 AM, Andres Freund <andres@anarazel.de> wrote:
> currently we IIRC use linearly sorted datums for the search in
> individual btree nodes.  Not surprisingly that's often one of the
> dominant entries in profiles. We could probably improve upon that by
> using an order more optimized for efficient binary search.

Did you ever try running a pgbench SELECT benchmark, having modified
things such that all PKs are on columns that are not of type
int4/int8, but rather are of type numeric? It's an interesting
experiment, that I've been meaning to re-run on a big box.

Obviously this will be slower than an equivalent plain pgbench SELECT,
but the difference may be smaller than you expect.

-- 
Peter Geoghegan



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: memory layouts for binary search in nbtree
Следующее
От: Hao Lee
Дата:
Сообщение: It's seems that the function "do_text_output_multiline" does not suit for format "line1\nline2\n...lineN".