Re: external sort performance

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: external sort performance
Дата
Msg-id CAGTBQpYSp3+Vca+2Qu7wb34++BD674+wOGWXTATFJ2Hnuqwk_g@mail.gmail.com
обсуждение исходный текст
Ответ на external sort performance  (Jon Nelson <jnelson+pgsql@jamponi.net>)
Ответы Re: external sort performance  (Jon Nelson <jnelson+pgsql@jamponi.net>)
Список pgsql-performance
On Thu, Nov 17, 2011 at 2:10 PM, Jon Nelson <jnelson+pgsql@jamponi.net> wrote:
> What sorts of things should I be looking at to improve the performance
> of this query? Is my interpretation of that log line totally off base?

You'll have to post some more details.
Like a query and an explain/explain analyze.

Memory consumption probably skyrockets since you'll need at least one
sort per table, so if you have 100+, then that's (at least) 100+
sorts.
Without the explain output it's impossible to be sure.

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

Предыдущее
От: Jon Nelson
Дата:
Сообщение: external sort performance
Следующее
От: Craig James
Дата:
Сообщение: Re: external sort performance