Re: external sort performance - Mailing list pgsql-performance

From Claudio Freire
Subject Re: external sort performance
Date
Msg-id CAGTBQpYSp3+Vca+2Qu7wb34++BD674+wOGWXTATFJ2Hnuqwk_g@mail.gmail.com
Whole thread Raw
In response to external sort performance  (Jon Nelson <jnelson+pgsql@jamponi.net>)
Responses Re: external sort performance
List 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 by date:

Previous
From: Jon Nelson
Date:
Subject: external sort performance
Next
From: Craig James
Date:
Subject: Re: external sort performance