Re: Query slower on 8.0.3 (Windows) vs 7.3 (cygwin)

Поиск
Список
Период
Сортировка
От Gurpreet Aulakh
Тема Re: Query slower on 8.0.3 (Windows) vs 7.3 (cygwin)
Дата
Msg-id IGEGINLEEDLANNHAAKCMIEDCCCAA.gaulakh@ecmarket.com
обсуждение исходный текст
Ответ на Re: Query slower on 8.0.3 (Windows) vs 7.3 (cygwin)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Query slower on 8.0.3 (Windows) vs 7.3 (cygwin)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
After further investigation I have found that the reason why the query is
slower on 8.0.3 is that the hash and hash joins are slower on the 8.0.3.

So the question comes down to : Why are hash and hash joins slower? Is this
a postgres configuration setting that I am missing? Is the locale still
screwing me up? I have set the locale to 'C' without any improvements. Is it
because the column type is a varchar that the hash is slower?




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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: VACUUM FULL vs CLUSTER
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Releasing memory during External sorting?