Re: has anyone looked at burstsort ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: has anyone looked at burstsort ?
Дата
Msg-id 22057.1184340078@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: has anyone looked at burstsort ?  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: has anyone looked at burstsort ?
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> The key to the algorithm is that it uses a trie to bin rows with common
> leading prefixes together. This avoids performing redundant comparisons
> between those columns later.

Interesting, but doesn't that make it utterly useless for sorting in
non-C locales?

I'm not that thrilled with introducing datatype-specific paths into the
sort code anyway; seems like a maintenance nightmare.
        regards, tom lane


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: has anyone looked at burstsort ?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: has anyone looked at burstsort ?