Re: External Sort performance patch - Mailing list pgsql-patches

From Simon Riggs
Subject Re: External Sort performance patch
Date
Msg-id 1139359937.1258.243.camel@localhost.localdomain
Whole thread Raw
In response to External Sort performance patch  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: External Sort performance patch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Thu, 2006-01-26 at 00:33 +0000, Simon Riggs wrote:
> The enclosed patch substantially improves large sort performance, in the
> general case
>
> cvstip:    elapsed 5693 sec, CPU 196 sec
> patch:    elapsed 4132 sec, CPU 90 sec
>

Following patch implements matching sort cost calculations in the
planner in sort_cost()

This patch is in-addition to the previous patch.

Best Regards, Simon Riggs

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: TODO-Item: B-tree fillfactor control
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Krb5 & multiple DB connections