Re: More thoughts on sorting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More thoughts on sorting
Дата
Msg-id 18412.1249048317@sss.pgh.pa.us
обсуждение исходный текст
Ответ на More thoughts on sorting  (PFC <lists@peufeu.com>)
Ответы Re: More thoughts on sorting  (PFC <lists@peufeu.com>)
Список pgsql-hackers
PFC <lists@peufeu.com> writes:
> - for short strings (average 12 bytes), sort is CPU-bound in strcoll()
> - for longer strings (average 120 bytes), sort is even more CPU-bound in  
> strcoll()

No news there.  If you are limited by the speed of text comparisons,
consider using C locale.
        regards, tom lane


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: SE-PostgreSQL Specifications
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT