Re: [HACKERS] A Better External Sort?

From: Gregory Maxwell <gmaxwell(at)gmail(dot)com>
To: Ron Peacetree <rjpeace(at)earthlink(dot)net>
Cc: josh(at)agliodbs(dot)com, pgsql-hackers(at)postgresql(dot)org, pgsql-performance(at)postgresql(dot)org
Subject: Re: [HACKERS] A Better External Sort?
Date: 2005-10-04 00:19:56
Message-ID: e692861c0510031719p10a59b3je47942077d27cbfe@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

On 10/3/05, Ron Peacetree <rjpeace(at)earthlink(dot)net> wrote:
[snip]
> Just how bad is this CPU bound condition? How powerful a CPU is
> needed to attain a DB IO rate of 25MBps?
>
> If we replace said CPU with one 2x, 10x, etc faster than that, do we
> see any performance increase?
>
> If a modest CPU can drive a DB IO rate of 25MBps, but that rate
> does not go up regardless of how much extra CPU we throw at
> it...

Single threaded was mentioned.
Plus even if it's purely cpu bound, it's seldom as trivial as throwing
CPU at it, consider the locking in both the application, in the
filesystem, and elsewhere in the kernel.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ron Peacetree 2005-10-04 00:32:02 Re: [HACKERS] A Better External Sort?
Previous Message Ron Peacetree 2005-10-04 00:07:02 Re: [HACKERS] A Better External Sort?

Browse pgsql-performance by date

  From Date Subject
Next Message Ron Peacetree 2005-10-04 00:32:02 Re: [HACKERS] A Better External Sort?
Previous Message Ron Peacetree 2005-10-04 00:07:02 Re: [HACKERS] A Better External Sort?