Re: Sorting performance vs. MySQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Sorting performance vs. MySQL
Дата
Msg-id 1874.1266873894@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Sorting performance vs. MySQL  (Yeb Havinga <yebhavinga@gmail.com>)
Список pgsql-general
Yeb Havinga <yebhavinga@gmail.com> writes:
> Just reading up on this interesting thread. WFIW, 2 years ago I and a
> collegue of mine did a hardware comparison of early Intel and AMD
> desktop quadcore processors to run postgres database, with most other
> parts comparable. The intel processor was 20 to 30 % faster in cpu
> operations to the (first generation) Phenom at almost everything, except
> at index creation. The test that the AMD finished in a few minutes, we
> had to stop on the Intel because it simply didn't finish. We double
> checked configuration settings and could not find explainable
> differences. I hesitate to post this information here, because its hard
> to believe that an actual big difference between the processors exists,
> and it more likely was something in our test setup. Still: the
> difference was *only* in index creation, which is kindoff like a qsort yes?

Interesting.  Yes, btree index creation is essentially a sort ...

            regards, tom lane

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

Предыдущее
От: Yang Zhang
Дата:
Сообщение: Re: Sorting performance vs. MySQL
Следующее
От: "Igor Neyman"
Дата:
Сообщение: Re: Sorting performance vs. MySQL