Re: Double sorting split patch

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Double sorting split patch
Дата
Msg-id 4E72197B.9040602@enterprisedb.com
обсуждение исходный текст
Ответ на Double sorting split patch  (Alexander Korotkov <aekorotkov@gmail.com>)
Ответы Re: Double sorting split patch
Список pgsql-hackers
On 11.09.2011 22:30, Alexander Korotkov wrote:
> Hackers,
>
> I've got my patch with double sorting picksplit impementation for GiST into
> more acceptable form. A little of testing is below. Index creation time is
> slightly higher, but search is much faster. The testing datasets were
> following:
> 1) uniform dataset - 10M rows
> 2) geonames points - 7.6M rows

I've looked at the patch, and took a brief look at the paper - but I 
still don't understand the algorithm. I just can't get my head around 
the concepts of split pairs and left/right groups. Can you explain that 
in layman's terms? Perhaps an example would help?

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


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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: psql setenv command
Следующее
От: Yeb Havinga
Дата:
Сообщение: Re: Patch for cursor calling with named parameters