Re: external sort performance

From: Claudio Freire <klaussfreire(at)gmail(dot)com>
To: Jon Nelson <jnelson+pgsql(at)jamponi(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: external sort performance
Date: 2011-11-17 17:16:59
Message-ID: CAGTBQpYSp3+Vca+2Qu7wb34++BD674+wOGWXTATFJ2Hnuqwk_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, Nov 17, 2011 at 2:10 PM, Jon Nelson <jnelson+pgsql(at)jamponi(dot)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.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Craig James 2011-11-17 17:28:15 Re: external sort performance
Previous Message Jon Nelson 2011-11-17 17:10:56 external sort performance